Skip to main content
Enum Class
enum TransactionErrorCode : Enum<TransactionErrorCode> , CrossmintErrorCode

Entries

CREATION_FAILED

NOT_FOUND

SERVICE_NOT_INITIALIZED

UNAUTHORIZED

FORBIDDEN

RATE_LIMITED

SIGNING_FAILED

INVALID_STATE

TIMEOUT

FAILED

OPERATION_FAILED

Properties

entries

val entries: EnumEntries<TransactionErrorCode>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.

name

val name: String

ordinal

val ordinal: Int

Functions

valueOf

fun valueOf(value: String): TransactionErrorCode
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

values

fun values(): Array<TransactionErrorCode>
Returns an array containing the constants of this enum type, in the order they’re declared.