SetupErrorType

enum SetupErrorType : Enum<SetupErrorType>

Types of SetupAttempt errors.

Entries

Link copied to clipboard
@Json(name = "rate_limit_error")
RATE_LIMIT_ERROR()
Link copied to clipboard
@Json(name = "invalid_request_error")
INVALID_REQUEST_ERROR()
Link copied to clipboard
@Json(name = "idempotency_error")
IDEMPOTENCY_ERROR()
Link copied to clipboard
@Json(name = "card_error")
CARD_ERROR()
Link copied to clipboard
@Json(name = "authentication_error")
AUTHENTICATION_ERROR()
Link copied to clipboard
@Json(name = "api_error")
API_ERROR()
Link copied to clipboard
@Json(name = "api_connection_error")
API_CONNECTION_ERROR()

Properties

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