Error

cask.router.Result$.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

case class Exception(t: Throwable) extends Error

Invoking the EntryPoint failed with an exception while executing code within it.

Invoking the EntryPoint failed with an exception while executing code within it.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error
trait Result[Nothing]
class Object
trait Matchable
class Any
case class InvalidArguments(values: Seq[ParamError]) extends Error

Invoking the EntryPoint failed because there were problems deserializing/parsing individual arguments

Invoking the EntryPoint failed because there were problems deserializing/parsing individual arguments

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error
trait Result[Nothing]
class Object
trait Matchable
class Any
case class MismatchedArguments(missing: Seq[ArgSig[_, _, _, _]], unknown: Seq[String]) extends Error

Invoking the EntryPoint failed because the arguments provided did not line up with the arguments expected

Invoking the EntryPoint failed because the arguments provided did not line up with the arguments expected

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error
trait Result[Nothing]
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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror