HttpRequestErrorType

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

Entries

Link copied to clipboard

Establishing connection related error.

Link copied to clipboard

SSL related error.

Link copied to clipboard

Request was cancelled by the user.

Link copied to clipboard

Timeout error.

Link copied to clipboard

Range request failed.

Link copied to clipboard

Other than above error.

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.