MatchingDiscriminatorNotFound

final case class MatchingDiscriminatorNotFound[A](a: A, context: List[String]) extends Err
trait Serializable
trait Product
trait Equals
trait Err
class Object
trait Matchable
class Any

Value members

Constructors

def this(a: A)

Methods

def message: String
def pushContext(ctx: String): Err

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product
override def toString: String
Definition Classes
Err -> Any
Inhertied from
Err
def messageWithContext: String
Gets a description of the error with the context identifiers prefixing the message.
Inhertied from
Err