Failure

replpp.shaded.mainargs.Result$.Failure$
See theFailure companion trait
object Failure

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Failure.type

Members list

Type members

Classlikes

object Early

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Early.type
sealed trait Early extends Failure

Attributes

Companion
object
Supertypes
trait Failure
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes
case class Exception(t: Throwable) extends Failure

Invoking the Main failed with an exception while executing code within it.

Invoking the Main failed with an exception while executing code within it.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all
case class InvalidArguments(values: Seq[ParamError]) extends Failure

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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all
case class MismatchedArguments(missing: Seq[ArgSig], unknown: Seq[String], duplicate: Seq[(ArgSig, Seq[String])], incomplete: Option[ArgSig]) extends Failure

Invoking the Main failed because the arguments provided did not line up with the arguments expected

Invoking the Main failed because the arguments provided did not line up with the arguments expected

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror