o

zio.exception

ErrorCode

object ErrorCode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorCode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val Accepted: Int
  5. val AlreadyReported: Int
  6. val BadGateway: Int
  7. val BadRequest: Int
  8. val BandwidthLimitExceeded: Int
  9. val BlockedByParentalControls: Int
  10. val Conflict: Int
  11. val Continue: Int
  12. val Created: Int
  13. val EarlyHints: Int
  14. val EnhanceYourCalm: Int
  15. val ExpectationFailed: Int
  16. val FailedDependency: Int
  17. val Forbidden: Int
  18. val Found: Int
  19. val GatewayTimeout: Int
  20. val Gone: Int
  21. val HTTPVersionNotSupported: Int
  22. val IMUsed: Int
  23. val ImATeapot: Int
  24. val InsufficientStorage: Int
  25. val InternalServerError: Int
  26. val LengthRequired: Int
  27. val Locked: Int
  28. val LoopDetected: Int
  29. val MethodNotAllowed: Int
  30. val MisdirectedRequest: Int
  31. val MovedPermanently: Int
  32. val MultiStatus: Int
  33. val MultipleChoices: Int
  34. val NetworkAuthenticationRequired: Int
  35. val NetworkConnectTimeout: Int
  36. val NetworkReadTimeout: Int
  37. val NoContent: Int
  38. val NonAuthoritativeInformation: Int
  39. val NotAcceptable: Int
  40. val NotExtended: Int
  41. val NotFound: Int
  42. val NotImplemented: Int
  43. val NotModified: Int
  44. val OK: Int
  45. val PartialContent: Int
  46. val PaymentRequired: Int
  47. val PermanentRedirect: Int
  48. val PreconditionFailed: Int
  49. val PreconditionRequired: Int
  50. val Processing: Int
  51. val ProxyAuthenticationRequired: Int
  52. val RequestEntityTooLarge: Int
  53. val RequestHeaderFieldsTooLarge: Int
  54. val RequestTimeout: Int
  55. val RequestUriTooLong: Int
  56. val RequestedRangeNotSatisfiable: Int
  57. val ResetContent: Int
  58. val RetryWith: Int
  59. val SeeOther: Int
  60. val ServiceUnavailable: Int
  61. val SwitchingProtocols: Int
  62. val TemporaryRedirect: Int
  63. val TooManyRequests: Int
  64. val Unauthorized: Int
  65. val UnavailableForLegalReasons: Int
  66. val UnorderedCollection: Int
  67. val UnprocessableEntity: Int
  68. val UnsupportedMediaType: Int
  69. val UpgradeRequired: Int
  70. val UseProxy: Int
  71. val VariantAlsoNegotiates: Int
  72. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  73. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  74. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  75. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  76. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  77. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  79. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  80. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  83. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  84. def toString(): String
    Definition Classes
    AnyRef → Any
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped