Version

object Version extends Endpoint[PizzaAdminServiceOperation, Unit, VersionError, VersionOutput, Nothing, Nothing] with Errorable[VersionError]
Companion
class
trait Product
trait Mirror
trait Errorable[VersionError]
trait Endpoint[PizzaAdminServiceOperation, Unit, VersionError, VersionOutput, Nothing, Nothing]
class Object
trait Matchable
class Any

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[VersionError]
def unliftError(e: VersionError): Throwable
def wrap(input: Unit): PizzaAdminServiceOperation[Unit, VersionError, VersionOutput, Nothing, Nothing]

Inherited methods

final
def name: String
Inherited from
Endpoint

Concrete fields

val error: Schema[VersionError]
override
val errorable: Option[Errorable[VersionError]]
val hints: Hints
val id: ShapeId
val input: Schema[Unit]
val output: Schema[VersionOutput]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]