ApiErrorBody

com.softinio.verdict4s.algebra.ApiErrorBody
See theApiErrorBody companion class
object ApiErrorBody

Reading an error body, and its decoder, which never fails.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract 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 fromJson(json: Json): ApiErrorBody

Read an error body. Never fails.

Read an error body. Never fails.

Attributes