ResponseErrorReason

enum ResponseErrorReason : Enum<ResponseErrorReason>

Describes the reason of Error for response object.

Parameters

value

String value of this enum

Entries

OTHER
Link copied to clipboard
@SerializedName(value = "other")
OTHER("other")

Error type other.

IN_OFFLINE_MODE
Link copied to clipboard
@SerializedName(value = "in-offline-mode")
IN_OFFLINE_MODE("in-offline-mode")

Error type in-offline-mode.

RATE_LIMIT
Link copied to clipboard
@SerializedName(value = "rate-limit")
RATE_LIMIT("rate-limit")

Error type rate-limit.

CONNECTION
Link copied to clipboard
@SerializedName(value = "connection")
CONNECTION("connection")

Error type connection.

SERVER
Link copied to clipboard
@SerializedName(value = "server")
SERVER("server")

Error type server.

NOT_FOUND
Link copied to clipboard
@SerializedName(value = "not-found")
NOT_FOUND("not-found")

Error type not-found.

SUCCESS
Link copied to clipboard
@SerializedName(value = "success")
SUCCESS("success")

Error type success.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String