Invalid

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product