Unsupported

zio.Config$.Error$.Unsupported
final case class Unsupported(path: Chunk[String], message: String) extends Error

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Error
class Exception
class Throwable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Inherited from:
Throwable
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
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

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
override def getMessage(): String

Attributes

Definition Classes
Inherited from:
Error

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Error

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
Error