SERVICE_UNAVAILABLE

case object SERVICE_UNAVAILABLE extends Status
trait Singleton
trait Product
trait Mirror
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def asJava: HttpResponseStatus

Returns self as io.netty.handler.codec.http.HttpResponseStatus.

Returns self as io.netty.handler.codec.http.HttpResponseStatus.

Inherited from:
Status
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Inherited from:
Product

Returns an HttpApp[Any, Nothing] that responses with this http status code.

Returns an HttpApp[Any, Nothing] that responses with this http status code.

Inherited from:
Status

Returns a Response with empty data and no headers.

Returns a Response with empty data and no headers.

Inherited from:
Status