cask.router.Result.ParamError
See theParamError companion trait
object ParamError
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParamError.type
Members list
Type members
Classlikes
case class DefaultFailed(arg: ArgSig[_, _, _, _], ex: Throwable) extends ParamError
Something went wrong trying to evaluate the default value for this input parameter
Something went wrong trying to evaluate the default value for this input parameter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParamErrorclass Objecttrait Matchableclass AnyShow all
case class Invalid(arg: ArgSig[_, _, _, _], value: String, ex: Throwable) extends ParamError
Something went wrong trying to de-serialize the input parameter; the thrown exception is stored in ex
Something went wrong trying to de-serialize the input parameter; the thrown exception is stored in ex
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParamErrorclass Objecttrait Matchableclass AnyShow all
Inherited 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
In this article