LookupError

org.finos.morphir.runtime.MorphirRuntimeError.LookupError
See theLookupError companion trait
object LookupError

Attributes

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

Members list

Type members

Classlikes

case class MissingDefinition(pkgName: PackageName, modName: ModuleName, defName: Name, context: String) extends LookupError

Attributes

Supertypes
trait Product
trait Equals
trait LookupError
trait TypeError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MissingModule(pkgName: PackageName, modName: ModuleName, context: String) extends LookupError

Attributes

Supertypes
trait Product
trait Equals
trait LookupError
trait TypeError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MissingPackage(pkgName: PackageName, context: String) extends LookupError

Attributes

Supertypes
trait Product
trait Equals
trait LookupError
trait TypeError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MissingType(pkgName: PackageName, modName: ModuleName, typeName: Name, context: String) extends LookupError

Attributes

Supertypes
trait Product
trait Equals
trait LookupError
trait TypeError
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