DecodingFailure

io.circe.DecodingFailure
See theDecodingFailure companion class

Attributes

Companion
class
Source
Error.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed abstract class Reason

Attributes

Companion
object
Source
Error.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Reason

Attributes

Companion
class
Source
Error.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Reason.type

Value members

Concrete methods

def apply(message: String, ops: => List[CursorOp]): DecodingFailure

Attributes

Source
Error.scala
def apply(reason: Reason, ops: => List[CursorOp]): DecodingFailure

Attributes

Source
Error.scala
def apply(reason: Reason, cursor: ACursor): DecodingFailure

Attributes

Source
Error.scala

Attributes

Source
Error.scala
def unapply(error: Error): Option[(String, List[CursorOp])]

Attributes

Source
Error.scala

Implicits

Implicits

final implicit val eqDecodingFailure: Eq[DecodingFailure]

Attributes

Source
Error.scala

Creates compact, human readable string representations for DecodingFailure Cursor history is represented as JS style selections, i.e.

Creates compact, human readable string representations for DecodingFailure Cursor history is represented as JS style selections, i.e. ".foo.bar[3]"

Attributes

Source
Error.scala