ParseError

oxygen.cli.error.ParseError
See theParseError companion trait
object ParseError

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ParseError.type

Members list

Type members

Classlikes

final case class BracketedError(error: ParseError) extends ValueCause

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueCause
class Object
trait Matchable
class Any
Show all
case object ExpectedBracketedArg extends ValueCause

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ValueCause
class Object
trait Matchable
class Any
Show all
Self type
case object ExpectedValueArg extends ValueCause

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ValueCause
class Object
trait Matchable
class Any
Show all
Self type
final case class FailedValidation(error: String) extends ValueCause, ParamCause

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamCause
trait ValueCause
class Object
trait Matchable
class Any
Show all
case object MissingRequiredParam extends ParamCause

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ParamCause
class Object
trait Matchable
class Any
Show all
Self type
case object MissingRequiredValue extends ValueCause

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ValueCause
class Object
trait Matchable
class Any
Show all
Self type
sealed trait ParamCause

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ParamError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ParamError.type
sealed trait ParamError extends ParseError

Attributes

Companion
object
Supertypes
trait ParseError
class Object
trait Matchable
class Any
Known subtypes
final case class ParamErrorAnd(left: ParamError, right: ParamError) extends ParamError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class ParamErrorOr(left: ParamError, right: ParamError) extends ParamError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class ParamValuesValidation(error: ValueError | UnparsedValues) extends ParamCause

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamCause
class Object
trait Matchable
class Any
Show all
final case class RootAnd(left: ParseError, right: ParseError) extends ParseError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class RootOr(left: ParseError, right: ParseError) extends ParseError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class RootValidation(scope: List[ParsedArg], error: FailedValidation) extends ParseError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class SingleParamError(scope: List[ParsedParamArg], cause: ParamCause) extends ParamError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class SingleValueError(scope: List[ParsedValueArg], cause: ValueCause) extends ValueError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueError
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class UnparsedParams(args: NonEmptyList[ParamLike]) extends ParseError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParseError
class Object
trait Matchable
class Any
Show all
final case class UnparsedValues(args: NonEmptyList[ValueLike]) extends ParseError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParseError
class Object
trait Matchable
class Any
Show all
sealed trait ValueCause

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ValueError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ValueError.type
sealed trait ValueError extends ParseError

Attributes

Companion
object
Supertypes
trait ParseError
class Object
trait Matchable
class Any
Known subtypes
final case class ValueErrorOr(left: ValueError, right: ValueError) extends ValueError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueError
trait ParseError
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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