ServerError
zio.http.Status.ServerError
sealed trait ServerError extends Error
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object BadGateway.typeobject GatewayTimeout.typeobject HttpVersionNotSupported.typeobject InsufficientStorage.typeobject InternalServerError.typeobject NetworkAuthenticationRequired.typeobject NotExtended.typeobject NotImplemented.typeobject ServiceUnavailable.typeobject VariantAlsoNegotiates.typeShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Equals
Attributes
- Inherited from:
- Status
Attributes
- Inherited from:
- Status
Attributes
- Inherited from:
- Status
Attributes
- Inherited from:
- Status
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns an HttpApp[Any, Nothing] that responses with this http status code.
Returns an HttpApp[Any, Nothing] that responses with this http status code.
Attributes
- Inherited from:
- Status
Returns a Response with empty data and no headers.
In this article