Error

Enum that represents the possible error types in case of a transaction processing failure.

Entries

Link copied to clipboard

No error. Transaction is still in a valid state.

Link copied to clipboard

Error origin is not known.

Link copied to clipboard

Transaction state is invalid for upload: image data was not found.

Link copied to clipboard

Transaction state is invalid for upload: image data is over the limit (2mb).

Link copied to clipboard

On upload request, the server returned a response that could not be interpreted and is considered invalid.

Link copied to clipboard

On wait request, the server returned a response that could not be interpreted and is considered invalid.

Link copied to clipboard

Server returned a stopped status for transaction.

Link copied to clipboard

Server returned a failed status for transaction.

Link copied to clipboard

Server returned status code 400 (bad request).

Link copied to clipboard

Server returned status code 401 (unauthorized).

Link copied to clipboard

Server returned status code 403 (forbidden).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.