Trait/Object

com.softwaremill.sttp

StatusCodes

Related Docs: object StatusCodes | package sttp

Permalink

trait StatusCodes extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatusCodes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Accepted: Int

    Permalink
  5. val AlreadyReported: Int

    Permalink
  6. val BadGateway: Int

    Permalink
  7. val BadRequest: Int

    Permalink
  8. val Conflict: Int

    Permalink
  9. val Continue: Int

    Permalink
  10. val Created: Int

    Permalink
  11. val EarlyHints: Int

    Permalink
  12. val ExpectationFailed: Int

    Permalink
  13. val FailedDependency: Int

    Permalink
  14. val Forbidden: Int

    Permalink
  15. val Found: Int

    Permalink
  16. val GatewayTimeout: Int

    Permalink
  17. val Gone: Int

    Permalink
  18. val HttpVersionNotSupported: Int

    Permalink
  19. val ImUsed: Int

    Permalink
  20. val InsufficientStorage: Int

    Permalink
  21. val InternalServerError: Int

    Permalink
  22. val LengthRequired: Int

    Permalink
  23. val Locked: Int

    Permalink
  24. val LoopDetected: Int

    Permalink
  25. val MethodNotAllowed: Int

    Permalink
  26. val MisdirectedRequest: Int

    Permalink
  27. val MovedPermanently: Int

    Permalink
  28. val MultiStatus: Int

    Permalink
  29. val MultipleChoices: Int

    Permalink
  30. val NetworkAuthenticationRequired: Int

    Permalink
  31. val NoContent: Int

    Permalink
  32. val NonAuthoritativeInformation: Int

    Permalink
  33. val NotAcceptable: Int

    Permalink
  34. val NotExtended: Int

    Permalink
  35. val NotFound: Int

    Permalink
  36. val NotImplemented: Int

    Permalink
  37. val NotModified: Int

    Permalink
  38. val Ok: Int

    Permalink
  39. val PartialContent: Int

    Permalink
  40. val PayloadTooLarge: Int

    Permalink
  41. val PaymentRequired: Int

    Permalink
  42. val PermanentRedirect: Int

    Permalink
  43. val PreconditionFailed: Int

    Permalink
  44. val PreconditionRequired: Int

    Permalink
  45. val Processing: Int

    Permalink
  46. val ProxyAuthenticationRequired: Int

    Permalink
  47. val RangeNotSatisfiable: Int

    Permalink
  48. val RequestHeaderFieldsTooLarge: Int

    Permalink
  49. val RequestTimeout: Int

    Permalink
  50. val ResetContent: Int

    Permalink
  51. val SeeOther: Int

    Permalink
  52. val ServiceUnavailable: Int

    Permalink
  53. val SwitchingProtocols: Int

    Permalink
  54. val TemporaryRedirect: Int

    Permalink
  55. val TooManyRequests: Int

    Permalink
  56. val Unauthorized: Int

    Permalink
  57. val UnavailableForLegalReasons: Int

    Permalink
  58. val UnprocessableEntity: Int

    Permalink
  59. val UnsupportedMediaType: Int

    Permalink
  60. val UpgradeRequired: Int

    Permalink
  61. val UriTooLong: Int

    Permalink
  62. val UseProxy: Int

    Permalink
  63. val VariantAlsoNegotiates: Int

    Permalink
  64. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  65. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  67. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  68. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  70. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  71. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  72. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  73. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  74. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  76. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  77. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped