DecoderFailure

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

Type members

Classlikes

case class CoproductNoMatch[+T](actual: Any, coproductValues: Seq[T]) extends DecoderFailure
case class CursorFailed(failure: CursorFailure) extends DecoderFailure
case class Custom(message: String) extends DecoderFailure
case class DecoderFailureException(failures: NonEmptyList[DecoderFailure]) extends RuntimeException
case class Error(error: Throwable) extends DecoderFailure with UnderlyingThrowable
case class NoTextAvailable(subject: Xml) extends DecoderFailure

Inherited classlikes

implicit class classDecoderFailureNelOps(nel: NonEmptyList[DecoderFailure])
Inherited from:
DecoderFailureSyntax

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

Implicits

Inherited implicits

Inherited from:
DecoderFailureSyntax