EvaluationError

org.finos.morphir.runtime.EvaluationError$
See theEvaluationError companion class

Attributes

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

Members list

Type members

Classlikes

final case class UnsupportedTupleArity(value: Any, arity: Int) extends EvaluationError

Attributes

Supertypes
class KernelError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class VariableNotFound(name: Name) extends EvaluationError

Attributes

Supertypes
class KernelError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class VariableResolutionError(name: Name, msg: String) extends EvaluationError

Attributes

Supertypes
class KernelError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
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