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 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( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fromInt(code: Int): Status
- def fromString(code: String): Option[Status]
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Accepted extends Success with Product with Serializable
- object BadGateway extends ServerError with Product with Serializable
- object BadRequest extends ClientError with Product with Serializable
- object Conflict extends ClientError with Product with Serializable
- object Continue extends Informational with Product with Serializable
- object Created extends Success with Product with Serializable
- object ExpectationFailed extends ClientError with Product with Serializable
- object FailedDependency extends ClientError with Product with Serializable
- object Forbidden extends ClientError with Product with Serializable
- object Found extends Redirection with Product with Serializable
- object GatewayTimeout extends ServerError with Product with Serializable
- object Gone extends ClientError with Product with Serializable
- object HttpVersionNotSupported extends ServerError with Product with Serializable
- object InsufficientStorage extends ServerError with Product with Serializable
- object InternalServerError extends ServerError with Product with Serializable
- object LengthRequired extends ClientError with Product with Serializable
- object Locked extends ClientError with Product with Serializable
- object MethodNotAllowed extends ClientError with Product with Serializable
- object MisdirectedRequest extends ClientError with Product with Serializable
- object MovedPermanently extends Redirection with Product with Serializable
- object MultiStatus extends Success with Product with Serializable
- object MultipleChoices extends Redirection with Product with Serializable
- object NetworkAuthenticationRequired extends ServerError with Product with Serializable
- object NoContent extends Success with Product with Serializable
- object NonAuthoritativeInformation extends Success with Product with Serializable
- object NotAcceptable extends ClientError with Product with Serializable
- object NotExtended extends ServerError with Product with Serializable
- object NotFound extends ClientError with Product with Serializable
- object NotImplemented extends ServerError with Product with Serializable
- object NotModified extends Redirection with Product with Serializable
- object Ok extends Success with Product with Serializable
- object PartialContent extends Success with Product with Serializable
- object PaymentRequired extends ClientError with Product with Serializable
- object PermanentRedirect extends Redirection with Product with Serializable
- object PreconditionFailed extends ClientError with Product with Serializable
- object PreconditionRequired extends ClientError with Product with Serializable
- object Processing extends Informational with Product with Serializable
- object ProxyAuthenticationRequired extends ClientError with Product with Serializable
- object RequestEntityTooLarge extends ClientError with Product with Serializable
- object RequestHeaderFieldsTooLarge extends ClientError with Product with Serializable
- object RequestTimeout extends ClientError with Product with Serializable
- object RequestUriTooLong extends ClientError with Product with Serializable
- object RequestedRangeNotSatisfiable extends ClientError with Product with Serializable
- object ResetContent extends Success with Product with Serializable
- object SeeOther extends Redirection with Product with Serializable
- object ServiceUnavailable extends ServerError with Product with Serializable
- object SwitchingProtocols extends Informational with Product with Serializable
- object TemporaryRedirect extends Redirection with Product with Serializable
- object TooManyRequests extends ClientError with Product with Serializable
- object Unauthorized extends ClientError with Product with Serializable
- object UnorderedCollection extends ClientError with Product with Serializable
- object UnprocessableEntity extends ClientError with Product with Serializable
- object UnsupportedMediaType extends ClientError with Product with Serializable
- object UpgradeRequired extends ClientError with Product with Serializable
- object UseProxy extends Redirection with Product with Serializable
- object VariantAlsoNegotiates extends ServerError with Product with Serializable