ParamError

object ParamError
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class DefaultFailed(arg: Simple[_, _], 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

case class Exception(arg: Terminal[_, _], 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

case class Failed(arg: Terminal[_, _], 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

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