RequestErrorType

The enumeration defines the error type that may occur during a resource request.

Entries

Link copied to clipboard

No error occurred during the resource request.

Link copied to clipboard

The requested resource is not found.

Link copied to clipboard

The server error has occured.

Link copied to clipboard

The connection error has occured.

Link copied to clipboard

The resource cannot be loaded due to the rate limiting.

Link copied to clipboard

The resource cannot be loaded because the device is in offline mode.

Link copied to clipboard

An unknown error has occurred.

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.