MatchingDiscriminatorNotFound

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

Value members

Constructors

def this(a: A)
Source:
Err.scala

Concrete methods

Source:
Err.scala

Inherited methods

Gets a description of the error with the context identifiers prefixing the message.

Gets a description of the error with the context identifiers prefixing the message.

Inherited from:
Err
Source:
Err.scala
Inherited from:
Product
override def toString: String
Definition Classes
Err -> Any
Inherited from:
Err
Source:
Err.scala