object Status extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 Status with Product with Serializable
- case object BadGateway extends Status with Product with Serializable
- case object BadRequest extends Status with Product with Serializable
- case object Conflict extends Status with Product with Serializable
- case object Continue extends Status with Product with Serializable
- case object Created extends Status with Product with Serializable
- case object ExpectationFailed extends Status with Product with Serializable
- case object FailedDependency extends Status with Product with Serializable
- case object Forbidden extends Status with Product with Serializable
- case object Found extends Status with Product with Serializable
- case object GatewayTimeout extends Status with Product with Serializable
- case object Gone extends Status with Product with Serializable
- case object HttpVersionNotSupported extends Status with Product with Serializable
- case object InsufficientStorage extends Status with Product with Serializable
- case object InternalServerError extends Status with Product with Serializable
- case object LengthRequired extends Status with Product with Serializable
- case object Locked extends Status with Product with Serializable
- case object MethodNotAllowed extends Status with Product with Serializable
- case object MisdirectedRequest extends Status with Product with Serializable
- case object MovedPermanently extends Status with Product with Serializable
- case object MultiStatus extends Status with Product with Serializable
- case object MultipleChoices extends Status with Product with Serializable
- case object NetworkAuthenticationRequired extends Status with Product with Serializable
- case object NoContent extends Status with Product with Serializable
- case object NonAuthoritativeInformation extends Status with Product with Serializable
- case object NotAcceptable extends Status with Product with Serializable
- case object NotExtended extends Status with Product with Serializable
- case object NotFound extends Status with Product with Serializable
- case object NotImplemented extends Status with Product with Serializable
- case object NotModified extends Status with Product with Serializable
- case object Ok extends Status with Product with Serializable
- case object PartialContent extends Status with Product with Serializable
- case object PaymentRequired extends Status with Product with Serializable
- case object PermanentRedirect extends Status with Product with Serializable
- case object PreconditionFailed extends Status with Product with Serializable
- case object PreconditionRequired extends Status with Product with Serializable
- case object Processing extends Status with Product with Serializable
- case object ProxyAuthenticationRequired extends Status with Product with Serializable
- case object RequestEntityTooLarge extends Status with Product with Serializable
- case object RequestHeaderFieldsTooLarge extends Status with Product with Serializable
- case object RequestTimeout extends Status with Product with Serializable
- case object RequestUriTooLong extends Status with Product with Serializable
- case object RequestedRangeNotSatisfiable extends Status with Product with Serializable
- case object ResetContent extends Status with Product with Serializable
- case object SeeOther extends Status with Product with Serializable
- case object ServiceUnavailable extends Status with Product with Serializable
- case object SwitchingProtocols extends Status with Product with Serializable
- case object TemporaryRedirect extends Status with Product with Serializable
- case object TooManyRequests extends Status with Product with Serializable
- case object Unauthorized extends Status with Product with Serializable
- case object UnorderedCollection extends Status with Product with Serializable
- case object UnprocessableEntity extends Status with Product with Serializable
- case object UnsupportedMediaType extends Status with Product with Serializable
- case object UpgradeRequired extends Status with Product with Serializable
- case object UseProxy extends Status with Product with Serializable
- case object VariantAlsoNegotiates extends Status with Product with Serializable