ConfigException

zio.exception.ConfigException
See theConfigException companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def decode(c: Json): Either[String, FrameworkException]

Attributes

Definition Classes

Inherited methods

def register(name: String, family: ExceptionFamily): Unit

Attributes

Inherited from:
ExceptionFamily

Implicits

Implicits

final implicit val jsonCodec: JsonCodec[ConfigException]
final implicit val jsonDecoder: JsonDecoder[ConfigException]
final implicit val jsonEncoder: JsonEncoder[ConfigException]