DecoderFailure

cats.xml.codec.DecoderFailure
See theDecoderFailure companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class CoproductNoMatch[+T](actual: Any, coproductValues: Seq[T]) extends DecoderFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CursorFailed(failure: CursorFailure) extends DecoderFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Custom(message: String) extends DecoderFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DecoderFailureException(failures: NonEmptyList[DecoderFailure]) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class Error(error: Throwable) extends DecoderFailure, UnderlyingThrowableWeakEq

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnderlyingThrowableWeakEq
class Object
trait Matchable
class Any
Show all
case class NoTextAvailable(subject: Xml) extends DecoderFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UnableToDecodeType[T](value: Any)(implicit evidence$1: ClassTag[T]) extends DecoderFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited classlikes

implicit class ClassDecoderFailureNelOps(nel: NonEmptyList[DecoderFailure])

Attributes

Inherited from:
DecoderFailureSyntax
Supertypes
class Object
trait Matchable
class Any
implicit class TryToValidatedNel[A](tryValue: Try[A])

Attributes

Inherited from:
DecoderFailureSyntax
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

Inherited implicits

final implicit def ClassDecoderFailureNelOps(nel: NonEmptyList[DecoderFailure]): ClassDecoderFailureNelOps

Attributes

Inherited from:
DecoderFailureSyntax
final implicit def TryToValidatedNel[A](tryValue: Try[A]): TryToValidatedNel[A]

Attributes

Inherited from:
DecoderFailureSyntax