Error
Enum that represents the possible error types in case of a transaction processing failure.
Entries
Transaction state is invalid for upload: image data was not found.
Transaction state is invalid for upload: image data is over the limit (2mb).
On upload request, the server returned a response that could not be interpreted and is considered invalid.
On wait request, the server returned a response that could not be interpreted and is considered invalid.
Server returned a stopped status for transaction.
Server returned a failed status for transaction.
Server returned status code 400 (bad request).
Server returned status code 401 (unauthorized).
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.