ParamError

replpp.shaded.mainargs.Result$.ParamError$
See theParamError companion trait
object ParamError

Attributes

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

Members list

Type members

Classlikes

case class DefaultFailed(arg: ArgSig, ex: Throwable) extends ParamError

Something went wrong trying to evaluate the default value for this input parameter

Something went wrong trying to evaluate the default value for this input parameter

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
class Object
trait Matchable
class Any
Show all
case class Exception(arg: ArgSig, tokens: Seq[String], ex: Throwable) extends ParamError

Something went wrong trying to de-serialize the input parameter; the thrown exception is stored in ex

Something went wrong trying to de-serialize the input parameter; the thrown exception is stored in ex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
class Object
trait Matchable
class Any
Show all
case class Failed(arg: ArgSig, tokens: Seq[String], errMsg: String) extends ParamError

Something went wrong trying to de-serialize the input parameter

Something went wrong trying to de-serialize the input parameter

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamError
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