Or

zio.Config.Error.Or
final case class Or(left: Error, right: Error) extends Error

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Error
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • final
  • override
Inherited
  • Not inherited
  • Error
  • NoStackTrace
  • Product
  • Throwable

Value members

Concrete methods

def prefixed(prefix: Chunk[String]): Or
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Throwable -> Any

Inherited methods

def &&(that: Error): Error

Attributes

Inherited from:
Error
final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
NoStackTrace -> Throwable
Inherited from:
NoStackTrace
final def fold[Z](invalidDataCase0: (Chunk[String], String) => Z, missingDataCase0: (Chunk[String], String) => Z, sourceUnavailableCase0: (Chunk[String], String, Cause[Throwable]) => Z, unsupportedCase0: (Chunk[String], String) => Z)(andCase0: (Z, Z) => Z, orCase0: (Z, Z) => Z): Z

Attributes

Inherited from:
Error
final def foldContext[C, Z](context: C)(folder: Folder[C, Z]): Z

Attributes

Inherited from:
Error
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
override def getMessage(): String

Attributes

Definition Classes
Error -> Throwable
Inherited from:
Error
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Error
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
NoStackTrace
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def ||(that: Error): Error

Attributes

Inherited from:
Error