Module response_common
Source - BadRequestDetail ๐
- Low-level error structure containing granular details about the failed request.
- BadRequestDetailContext ๐
- Additional context information for decoding/parsing failures.
- BadRequestReturn ๐
- Error detail returned when the backend responds with a client error (HTTP 4xx).
- ResponseError
- Top-level error type for handling all HTTP response-related failures.
- ByteStreamResponseType ๐
- Marker trait for types whose HTTP responses are raw byte streams
instead of JSON or structured data.
- HTTPResponseType ๐
- Trait representing types that define how to parse HTTP responses.
- JSONBodyHTTPResponseType ๐
- Extension trait for response types that can be deserialized from JSON.
- SerdeJSONBodyHTTPResponseType ๐
- Marker trait for types that expect JSON as an HTTP response body and can be deserialized.