io.circe.DecodingFailure.Reason
See theReason companion class
object Reason
Attributes
- Companion
- class
- Source
- Error.scala
- Graph
-
- Supertypes
- Self type
-
Reason.type
Members list
Type members
Classlikes
case class CustomReason(message: String) extends Reason
Attributes
- Source
- Error.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Reasonclass Objecttrait Matchableclass AnyShow all
case object MissingField extends Reason
Attributes
- Source
- Error.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Reasonclass Objecttrait Matchableclass AnyShow all
- Self type
-
MissingField.type
case class WrongTypeExpectation(expectedJsonFieldType: String, jsonValue: Json) extends Reason
Attributes
- Source
- Error.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Reasonclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
In this article