ParsingFailure

harness.cli.ParsingFailure$
See theParsingFailure companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class And(children: NonEmptyList[ParsingFailure & NonAnd]) extends ParsingFailure with NonOr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOr
class Object
trait Matchable
class Any
final case class MalformedValue(param: Param, value: String, message: String) extends ParsingFailure with NonAnd with NonOr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOr
trait NonAnd
class Object
trait Matchable
class Any
final case class MissingParam(param: Param) extends ParsingFailure with NonAnd with NonOr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOr
trait NonAnd
class Object
trait Matchable
class Any
final case class MissingValue(param: Param) extends ParsingFailure with NonAnd with NonOr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOr
trait NonAnd
class Object
trait Matchable
class Any
sealed trait NonAnd

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait NonOr

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class Or(children: NonEmptyList[ParsingFailure & NonOr]) extends ParsingFailure with NonAnd

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonAnd
class Object
trait Matchable
class Any
final case class UnexpectedValue(param: Param, value: String) extends ParsingFailure with NonAnd with NonOr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOr
trait NonAnd
class Object
trait Matchable
class Any
final case class UnparsedArg(arg: Indexed[Arg]) extends ParsingFailure with NonAnd with NonOr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOr
trait NonAnd
class Object
trait Matchable
class Any

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

Value members

Concrete methods

def and(pfs: NonEmptyList[ParsingFailure]): And
def or(pfs: NonEmptyList[ParsingFailure]): Or
def toNonOrNel(pf: ParsingFailure): NonEmptyList[ParsingFailure & NonOr]