Packages

t

endpoints4s.algebra

StatusCodes

trait StatusCodes extends AnyRef

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

Type Members

  1. abstract type StatusCode

    HTTP Status Code

Abstract Value Members

  1. abstract def Accepted: StatusCode

  2. abstract def BadRequest: StatusCode

    Note

    You should use the badRequest constructor provided by the endpoints4s.algebra.Responses trait to ensure that errors produced by endpoints4s are consistently handled by interpreters.

  3. abstract def Created: StatusCode

  4. abstract def Forbidden: StatusCode

  5. abstract def InternalServerError: StatusCode

    Note

    You should use the internalServerError constructor provided by the endpoints4s.algebra.Responses trait to ensure that errors produced by endpoints4s are consistently handled by interpreters.

  6. abstract def NoContent: StatusCode

  7. abstract def NotFound: StatusCode

  8. abstract def NotImplemented: StatusCode

  9. abstract def OK: StatusCode

  10. abstract def PayloadTooLarge: StatusCode

  11. abstract def TooManyRequests: StatusCode

  12. abstract def Unauthorized: StatusCode

Concrete 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. def AlreadyReported: StatusCode

  5. def Conflict: StatusCode

  6. def ExpectationFailed: StatusCode

  7. def FailedDependency: StatusCode

  8. def Gone: StatusCode

  9. def IMUsed: StatusCode

  10. def LengthRequired: StatusCode

  11. def Locked: StatusCode

  12. def MethodNotAllowed: StatusCode

  13. def MisdirectedRequest: StatusCode

  14. def MultiStatus: StatusCode

  15. def NonAuthoritativeInformation: StatusCode

  16. def NotAcceptable: StatusCode

  17. def PartialContent: StatusCode

  18. def PaymentRequired: StatusCode

  19. def PreconditionFailed: StatusCode

  20. def PreconditionRequired: StatusCode

  21. def ProxyAuthenticationRequired: StatusCode

  22. def RangeNotSatisfiable: StatusCode

  23. def RequestHeaderFieldsTooLarge: StatusCode

  24. def RequestTimeout: StatusCode

  25. def ResetContent: StatusCode

  26. def TooEarly: StatusCode

  27. def UnavailableForLegalReasons: StatusCode

  28. def UnprocessableEntity: StatusCode

  29. def UnsupportedMediaType: StatusCode

  30. def UpgradeRequired: StatusCode

  31. def UriTooLong: StatusCode

  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Types

Types introduced by the algebra

Operations

Operations creating and transforming values

Ungrouped