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

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IsMissingDataOnly.type
final case class InvalidData(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
final case class MissingData(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
final case class Or(left: Error, right: Error) extends Error

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Error
class Exception
class Throwable
class Object
trait Matchable
class Any
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

Inherited types

type MirroredElemLabels <: Tuple

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