object Status extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait ClientError extends Error
- final case class Custom(code: Int) extends Status with Product with Serializable
- sealed trait Error extends Status
- sealed trait Informational extends Status
- sealed trait Redirection extends Status
- sealed trait ServerError extends Error
- sealed trait Success extends Status
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromInt(code: Int): Option[Status]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Accepted extends Success with Product with Serializable
- case object BadGateway extends ServerError with Product with Serializable
- case object BadRequest extends ClientError with Product with Serializable
- case object Conflict extends ClientError with Product with Serializable
- case object Continue extends Informational with Product with Serializable
- case object Created extends Success with Product with Serializable
- case object ExpectationFailed extends ClientError with Product with Serializable
- case object FailedDependency extends ClientError with Product with Serializable
- case object Forbidden extends ClientError with Product with Serializable
- case object Found extends Redirection with Product with Serializable
- case object GatewayTimeout extends ServerError with Product with Serializable
- case object Gone extends ClientError with Product with Serializable
- case object HttpVersionNotSupported extends ServerError with Product with Serializable
- case object InsufficientStorage extends ServerError with Product with Serializable
- case object InternalServerError extends ServerError with Product with Serializable
- case object LengthRequired extends ClientError with Product with Serializable
- case object Locked extends ClientError with Product with Serializable
- case object MethodNotAllowed extends ClientError with Product with Serializable
- case object MisdirectedRequest extends ClientError with Product with Serializable
- case object MovedPermanently extends Redirection with Product with Serializable
- case object MultiStatus extends Success with Product with Serializable
- case object MultipleChoices extends Redirection with Product with Serializable
- case object NetworkAuthenticationRequired extends ServerError with Product with Serializable
- case object NoContent extends Success with Product with Serializable
- case object NonAuthoritativeInformation extends Success with Product with Serializable
- case object NotAcceptable extends ClientError with Product with Serializable
- case object NotExtended extends ServerError with Product with Serializable
- case object NotFound extends ClientError with Product with Serializable
- case object NotImplemented extends ServerError with Product with Serializable
- case object NotModified extends Redirection with Product with Serializable
- case object Ok extends Success with Product with Serializable
- case object PartialContent extends Success with Product with Serializable
- case object PaymentRequired extends ClientError with Product with Serializable
- case object PermanentRedirect extends Redirection with Product with Serializable
- case object PreconditionFailed extends ClientError with Product with Serializable
- case object PreconditionRequired extends ClientError with Product with Serializable
- case object Processing extends Informational with Product with Serializable
- case object ProxyAuthenticationRequired extends ClientError with Product with Serializable
- case object RequestEntityTooLarge extends ClientError with Product with Serializable
- case object RequestHeaderFieldsTooLarge extends ClientError with Product with Serializable
- case object RequestTimeout extends ClientError with Product with Serializable
- case object RequestUriTooLong extends ClientError with Product with Serializable
- case object RequestedRangeNotSatisfiable extends ClientError with Product with Serializable
- case object ResetContent extends Success with Product with Serializable
- case object SeeOther extends Redirection with Product with Serializable
- case object ServiceUnavailable extends ServerError with Product with Serializable
- case object SwitchingProtocols extends Informational with Product with Serializable
- case object TemporaryRedirect extends Redirection with Product with Serializable
- case object TooManyRequests extends ClientError with Product with Serializable
- case object Unauthorized extends ClientError with Product with Serializable
- case object UnorderedCollection extends ClientError with Product with Serializable
- case object UnprocessableEntity extends ClientError with Product with Serializable
- case object UnsupportedMediaType extends ClientError with Product with Serializable
- case object UpgradeRequired extends ClientError with Product with Serializable
- case object UseProxy extends Redirection with Product with Serializable
- case object VariantAlsoNegotiates extends ServerError with Product with Serializable