cats.xml.codec.DecoderFailure
See theDecoderFailure companion trait
object DecoderFailure extends DecoderFailureSyntax
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
DecoderFailure.type
Members list
Type members
Classlikes
case class CoproductNoMatch[+T](actual: Any, coproductValues: Seq[T]) extends DecoderFailure
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecoderFailureclass Objecttrait Matchableclass AnyShow all
case class CursorFailed(failure: CursorFailure) extends DecoderFailure
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecoderFailureclass Objecttrait Matchableclass AnyShow all
case class Custom(message: String) extends DecoderFailure
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecoderFailureclass Objecttrait Matchableclass AnyShow all
case class DecoderFailureException(failures: NonEmptyList[DecoderFailure]) extends RuntimeException
Attributes
- Supertypes
-
trait Producttrait Equalsclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class Error(error: Throwable) extends DecoderFailure, UnderlyingThrowableWeakEq
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UnderlyingThrowableWeakEqtrait DecoderFailureclass Objecttrait Matchableclass AnyShow all
case class NoTextAvailable(subject: Xml) extends DecoderFailure
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecoderFailureclass Objecttrait Matchableclass AnyShow all
case class UnableToDecodeType[T](value: Any)(implicit evidence$1: ClassTag[T]) extends DecoderFailure
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecoderFailureclass Objecttrait Matchableclass AnyShow all
Inherited classlikes
Attributes
- Inherited from:
- DecoderFailureSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- DecoderFailureSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Implicits
Inherited implicits
final implicit def ClassDecoderFailureNelOps(nel: NonEmptyList[DecoderFailure]): ClassDecoderFailureNelOps
Attributes
- Inherited from:
- DecoderFailureSyntax
Attributes
- Inherited from:
- DecoderFailureSyntax
In this article