Status

sealed trait Status
Companion:
object
class Object
trait Matchable
class Any
object Accepted.type
object BadGateway.type
object BadRequest.type
object Conflict.type
object Continue.type
object Created.type
object EnhanceYourCalm.type
object ExpectationFailed.type
object Forbidden.type
object Found.type
object GatewayTimeout.type
object Gone.type
object LengthRequired.type
object MethodNotAllowed.type
object MovedPermanently.type
object MultipleChoices.type
object NoContent.type
object NotAcceptable.type
object NotFound.type
object NotImplemented.type
object NotModified.type
object OK.type
object PartialContent.type
object PaymentRequired.type
object PermanentRedirect.type
object PreconditionFailed.type
object RequestTimeout.type
object RequestURITooLong.type
object ResetContent.type
object SeeOther.type
object ServiceUnavailable.type
object SwitchingProtocols.type
object Teapot.type
object TemporaryRedirect.type
object TooManyRequests.type
object Unauthorized.type
class Unknown
object UseProxy.type

Value members

Abstract fields

val code: Int
val reason: String