CliError

zio.cli.CliError
See theCliError companion trait
object CliError

Attributes

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

Members list

Type members

Classlikes

case class BuiltIn(e: Exception) extends CliError[Nothing]

Attributes

Supertypes
trait Product
trait Equals
trait CliError[Nothing]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class Execution[+E](e: E) extends CliError[E]

Attributes

Supertypes
trait Product
trait Equals
trait CliError[E]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class IO(e: IOException) extends CliError[Nothing]

Attributes

Supertypes
trait Product
trait Equals
trait CliError[Nothing]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class Parsing(e: ValidationError) extends CliError[Nothing]

Attributes

Supertypes
trait Product
trait Equals
trait CliError[Nothing]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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