JsonFailure

dev.constructive.eo.circe.JsonFailure
See theJsonFailure companion enum
object JsonFailure

Attributes

Companion
enum
Source
JsonFailure.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Givens

Structural equality — two JsonFailure values are equal iff they are the same case with the same arguments (DecodingFailure falls back to reference equality inside DecodeFailed via the circe-provided equals).

Structural equality — two JsonFailure values are equal iff they are the same case with the same arguments (DecodingFailure falls back to reference equality inside DecodeFailed via the circe-provided equals).

Required for Eq[Chain[JsonFailure]] to be summonable at specs2-=== call sites.

Attributes

Source
JsonFailure.scala