Http Request Error Type
enum HttpRequestErrorType
Content copied to clipboard
Enum which describes possible error types which could happen during HTTP request/download calls.
Entries
OTHER_ERROR
Link copied to clipboard
Content copied to clipboard
Other than above error.
RANGE_ERROR
Link copied to clipboard
Content copied to clipboard
Range request failed.
REQUEST_TIMED_OUT
Link copied to clipboard
Content copied to clipboard
Timeout error.
REQUEST_CANCELLED
Link copied to clipboard
Content copied to clipboard
Request was cancelled by the user.
CONNECTION_ERROR
Link copied to clipboard
Content copied to clipboard
Establishing connection related error.