ErrorSchema

harness.endpoint.spec.ErrorSchema$
See theErrorSchema companion trait
object ErrorSchema extends Derivable[ErrorSchema]

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait Derivable[ErrorSchema]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class ForProduct[A] extends ErrorSchema[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ErrorSchema[A]
class Object
trait Matchable
class Any
Show all
final case class ForSum[A] extends ErrorSchema[A]

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final inline def derived[F](using m: Generic[F]): T[F]

Attributes

Inherited from:
Derivable
final inline def summonOrDerive[F](using m: Generic[F]): T[F]

Attributes

Inherited from:
Derivable

Implicits

Implicits

implicit inline override def genProduct[A](implicit m: ProductGeneric[A]): Derived[ErrorSchema[A]]

Attributes

Definition Classes
Derivable
implicit inline override def genSum[A](implicit m: SumGeneric[A]): Derived[ErrorSchema[A]]

Attributes

Definition Classes
Derivable