InvalidArguments

mainargs.Result.Failure.InvalidArguments
case class InvalidArguments(values: Seq[ParamError]) extends Failure

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product