Error

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

The possible ways that loading configuration data may fail.

Attributes

Companion:
object
Graph
Supertypes
class Exception
class Throwable
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

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

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

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