GetEnum

object GetEnum extends Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing] with Errorable[GetEnumError]
Companion:
class
trait Product
trait Mirror
trait Errorable[GetEnumError]
class Object
trait Matchable
class Any
GetEnum.type

Type members

Inherited classlikes

object Error
Inherited from:
Endpoint

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def liftError(throwable: Throwable): Option[GetEnumError]
def unliftError(e: GetEnumError): Throwable

Inherited methods

final def name: String
Inherited from:
Endpoint

Concrete fields

val error: UnionSchema[GetEnumError]
override val errorable: Option[Errorable[GetEnumError]]
val hints: Hints
val id: ShapeId
val input: Schema[GetEnumInput]
val output: Schema[GetEnumOutput]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]