HttpRequestExecutorException

A class hierarchy that describes network issues.

Inheritors

Types

Link copied to clipboard
class ExecutionError(message: String? = null, cause: Throwable? = null) : HttpRequestExecutorException

Error while executing HTTP request.

Link copied to clipboard
class HttpError(val responseCode: Int, val responseBody: String) : HttpRequestExecutorException

The server responded with an HTTP error.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard