MismatchedArguments

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

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