HttpRequestErrorType

enum HttpRequestErrorType

Enum which describes possible error types which could happen during HTTP request/download calls.

Entries

OTHER_ERROR
Link copied to clipboard

Other than above error.

RANGE_ERROR
Link copied to clipboard

Range request failed.

REQUEST_TIMED_OUT
Link copied to clipboard

Timeout error.

REQUEST_CANCELLED
Link copied to clipboard

Request was cancelled by the user.

SSLERROR
Link copied to clipboard

SSL related error.

CONNECTION_ERROR
Link copied to clipboard

Establishing connection related error.

Functions

toString
Link copied to clipboard
open fun toString(): String
valueOf
Link copied to clipboard
open fun valueOf(name: String): HttpRequestErrorType
values
Link copied to clipboard
open fun values(): Array<HttpRequestErrorType>