ForSum

harness.endpoint.spec.ErrorSchema$.ForSum
final case class ForSum[A] extends ErrorSchema[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ErrorSchema[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def decode(code: HttpCode, error: String): Option[Either[String, A]]

Attributes

Inherited from:
ErrorSchema
final def encode(a: A): (HttpCode, String)

Attributes

Inherited from:
ErrorSchema
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

final val allCodes: Set[HttpCode]

Attributes

Inherited from:
ErrorSchema