InterpretationError

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

Type members

Classlikes

final case class ConstructorError(name: FQName, args: Chunk[Any]) extends InterpretationError
final case class FieldNotFound(name: Name, message: String) extends InterpretationError
final case class InvalidArguments(args: Chunk[Any], message: String) extends InterpretationError
final case class MatchError(mesage: String) extends InterpretationError
final case class Message(message: String) extends InterpretationError
final case class RecordExpected(message: String) extends InterpretationError
final case class ReferenceNotFound(name: FQName, message: String) extends InterpretationError
final case class TupleTooLong(length: Int) extends InterpretationError
final case class TypeNotFound(message: String) extends InterpretationError
final case class VariableNotFound(name: Name, message: String) extends InterpretationError

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