object Status extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait ResponseClass extends AnyRef
Value Members
- val Accepted: Status
- val BadGateway: Status
- val BadRequest: Status
- val Created: Status
- val GatewayTimeout: Status
- val InternalServerError: Status
- val NoContent: Status
- val NotFound: Status
- val OK: Status
- val PreconditionFailed: Status
- val RequestTimeout: Status
- val ServiceUnavailable: Status
- val TooManyRequests: Status
- val Unauthorized: Status
- def lookup(code: Int): Status
- implicit val statusShow: Show[Status]
- object ClientError extends ResponseClass with Product with Serializable
- object Informational extends ResponseClass with Product with Serializable
- object Redirection extends ResponseClass with Product with Serializable
- object ServerError extends ResponseClass with Product with Serializable
- object Successful extends ResponseClass with Product with Serializable