ResponseErrorReason

enum ResponseErrorReason

Describes the reason for an offline request response error.

Entries

OTHER
Link copied to clipboard

Other reason.

RATE_LIMIT
Link copied to clipboard

The error happened because of a rate limit.

CONNECTION
Link copied to clipboard

The connection error.

SERVER
Link copied to clipboard

The server error.

NOT_FOUND
Link copied to clipboard

The resource is not found.

Functions

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