object Status extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ClientError extends Error
  2. final case class Custom(code: Int) extends Status with Product with Serializable
  3. sealed trait Error extends Status
  4. sealed trait Informational extends Status
  5. sealed trait Redirection extends Status
  6. sealed trait ServerError extends Error
  7. sealed trait Success extends Status

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fromInt(code: Int): Status
  9. def fromString(code: String): Option[Status]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. case object Accepted extends Success with Product with Serializable
  22. case object BadGateway extends ServerError with Product with Serializable
  23. case object BadRequest extends ClientError with Product with Serializable
  24. case object Conflict extends ClientError with Product with Serializable
  25. case object Continue extends Informational with Product with Serializable
  26. case object Created extends Success with Product with Serializable
  27. case object ExpectationFailed extends ClientError with Product with Serializable
  28. case object FailedDependency extends ClientError with Product with Serializable
  29. case object Forbidden extends ClientError with Product with Serializable
  30. case object Found extends Redirection with Product with Serializable
  31. case object GatewayTimeout extends ServerError with Product with Serializable
  32. case object Gone extends ClientError with Product with Serializable
  33. case object HttpVersionNotSupported extends ServerError with Product with Serializable
  34. case object InsufficientStorage extends ServerError with Product with Serializable
  35. case object InternalServerError extends ServerError with Product with Serializable
  36. case object LengthRequired extends ClientError with Product with Serializable
  37. case object Locked extends ClientError with Product with Serializable
  38. case object MethodNotAllowed extends ClientError with Product with Serializable
  39. case object MisdirectedRequest extends ClientError with Product with Serializable
  40. case object MovedPermanently extends Redirection with Product with Serializable
  41. case object MultiStatus extends Success with Product with Serializable
  42. case object MultipleChoices extends Redirection with Product with Serializable
  43. case object NetworkAuthenticationRequired extends ServerError with Product with Serializable
  44. case object NoContent extends Success with Product with Serializable
  45. case object NonAuthoritativeInformation extends Success with Product with Serializable
  46. case object NotAcceptable extends ClientError with Product with Serializable
  47. case object NotExtended extends ServerError with Product with Serializable
  48. case object NotFound extends ClientError with Product with Serializable
  49. case object NotImplemented extends ServerError with Product with Serializable
  50. case object NotModified extends Redirection with Product with Serializable
  51. case object Ok extends Success with Product with Serializable
  52. case object PartialContent extends Success with Product with Serializable
  53. case object PaymentRequired extends ClientError with Product with Serializable
  54. case object PermanentRedirect extends Redirection with Product with Serializable
  55. case object PreconditionFailed extends ClientError with Product with Serializable
  56. case object PreconditionRequired extends ClientError with Product with Serializable
  57. case object Processing extends Informational with Product with Serializable
  58. case object ProxyAuthenticationRequired extends ClientError with Product with Serializable
  59. case object RequestEntityTooLarge extends ClientError with Product with Serializable
  60. case object RequestHeaderFieldsTooLarge extends ClientError with Product with Serializable
  61. case object RequestTimeout extends ClientError with Product with Serializable
  62. case object RequestUriTooLong extends ClientError with Product with Serializable
  63. case object RequestedRangeNotSatisfiable extends ClientError with Product with Serializable
  64. case object ResetContent extends Success with Product with Serializable
  65. case object SeeOther extends Redirection with Product with Serializable
  66. case object ServiceUnavailable extends ServerError with Product with Serializable
  67. case object SwitchingProtocols extends Informational with Product with Serializable
  68. case object TemporaryRedirect extends Redirection with Product with Serializable
  69. case object TooManyRequests extends ClientError with Product with Serializable
  70. case object Unauthorized extends ClientError with Product with Serializable
  71. case object UnorderedCollection extends ClientError with Product with Serializable
  72. case object UnprocessableEntity extends ClientError with Product with Serializable
  73. case object UnsupportedMediaType extends ClientError with Product with Serializable
  74. case object UpgradeRequired extends ClientError with Product with Serializable
  75. case object UseProxy extends Redirection with Product with Serializable
  76. case object VariantAlsoNegotiates extends ServerError with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped