Error

case
class Error(original: String, error: Throwable) extends Failure

Any error that occurred while decoding the original value.

Companion
object
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