Failure

object Failure
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Failure.type

Type members

Classlikes

object Early
Companion:
class
sealed trait Early extends Failure
Companion:
object
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.

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

case class MismatchedArguments(missing: Seq[Simple[_, _]], unknown: Seq[String], duplicate: Seq[(Named[_, _], Seq[String])], incomplete: Option[Simple[_, _]]) 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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror