HttpError
Represents an error occurring during an HTTP activity.
Inheritors
Types
Link copied to clipboard
class ErrorResponse(val status: HttpStatus, val mediaType: MediaType? = null, val body: ByteArray? = null) : HttpError
Server responded with an error status code.
Link copied to clipboard
Malformed HTTP response.
Link copied to clipboard
Redirection failed.
Link copied to clipboard
SSL Handshake failed.
Link copied to clipboard
Server could not be reached.