JsonError

zio.json.JsonError$
See theJsonError companion class
object JsonError

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class ArrayAccess(i: Int) extends JsonError

Attributes

Graph
Supertypes
trait Product
trait Equals
class JsonError
class Object
trait Matchable
class Any
final case class Message(txt: String) extends JsonError

Attributes

Graph
Supertypes
trait Product
trait Equals
class JsonError
class Object
trait Matchable
class Any
final case class ObjectAccess(field: String) extends JsonError

Attributes

Graph
Supertypes
trait Product
trait Equals
class JsonError
class Object
trait Matchable
class Any
final case class SumType(cons: String) extends JsonError

Attributes

Graph
Supertypes
trait Product
trait Equals
class JsonError
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def render(trace: List[JsonError]): String