ExecutableError

harness.zio.error.ExecutableError$
See theExecutableError companion trait

Attributes

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

Members list

Type members

Classlikes

final case class External[+E](error: E) extends ExecutableError[E]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ExecutableError[E]
class Object
trait Matchable
class Any
Show all
final case class FailedToLoadConfig(error: LoadError) extends Internal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Internal
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Show all
final case class FailedToParseIndexedArgs(message: String) extends Internal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Internal
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Show all
final case class FailedToReadConfig(error: ReadError) extends Internal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Internal
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Show all
object Internal

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Internal.type
sealed trait Internal extends ExecutableError[Nothing]

Attributes

Companion
object
Supertypes
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Known subtypes
final case class InvalidSubCommand(command: String, options: List[String]) extends Internal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Internal
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Show all
final case class MissingSubCommand(options: List[String]) extends Internal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Internal
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Show all
final case class ParsingFailure(fail: NonSuccess) extends Internal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Internal
trait ExecutableError[Nothing]
class Object
trait Matchable
class Any
Show all

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

Implicits

Implicits

implicit def errorLogger[E](implicit eErrorLogger: ErrorLogger[E]): ErrorLogger[ExecutableError[E]]