InvalidArguments

cask.router.Result$.Error$.InvalidArguments
case class InvalidArguments(values: Seq[ParamError]) extends Error

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

Members list

Concise view

Value members

Inherited methods

def map[V](f: Nothing => V): Result[V]

Attributes

Inherited from:
Error
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def transform[V](f: PartialFunction[Any, V]): Result[V]

Attributes

Inherited from:
Error