Error

zio.Config.Error
See theError companion object
sealed trait Error extends Exception, NoStackTrace

The possible ways that loading configuration data may fail.

Attributes

Companion
object
Graph
Supertypes
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class And
class InvalidData
class MissingData
class Or
class Unsupported
Show all
Self type

Members list

Value members

Abstract methods

def prefixed(prefix: Chunk[String]): Error

Concrete methods

def &&(that: Error): Error
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
final def foldContext[C, Z](context: C)(folder: Folder[C, Z]): Z
override def getMessage(): String

Attributes

Definition Classes
def ||(that: Error): Error

Inherited methods

Attributes

Inherited from:
Throwable
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Inherited from:
NoStackTrace

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

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

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
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.

Inherited from:
Throwable