Mismatch

case class Mismatch(expected: String, actual: String) extends Failure
trait Serializable
trait Product
trait Equals
trait Failure
trait DecodeResult[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def flatMap[U](f: Nothing => DecodeResult[U]): DecodeResult[U]
Definition Classes
Inherited from:
Failure
override def map[TT](f: Nothing => TT): DecodeResult[TT]
Definition Classes
Inherited from:
Failure
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product