Error

zio.Config.Error
See theError companion trait
object Error

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type

Members list

Type members

Classlikes

final case class And(left: Error, right: Error) extends Error

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Folder.type
trait Folder[-Context, Z]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IsMissingDataOnly.type
final case class InvalidData(path: Chunk[String], message: String) extends Error

Attributes

Supertypes
trait Product
trait Equals
trait Error
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MissingData(path: Chunk[String], message: String) extends Error

Attributes

Supertypes
trait Product
trait Equals
trait Error
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Or(left: Error, right: Error) extends Error

Attributes

Supertypes
trait Product
trait Equals
trait Error
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class SourceUnavailable(path: Chunk[String], message: String, cause: Cause[Throwable]) extends Error

Attributes

Supertypes
trait Product
trait Equals
trait Error
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Unsupported(path: Chunk[String], message: String) extends Error

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror