QRException

QR payment error types.

Entries

Link copied to clipboard

Backend returned an application-level error (HTTP 4xx/5xx or non-zero code in body)

Link copied to clipboard

Buyer scanned the QR but did not confirm the payment in time (order reversed)

Link copied to clipboard

Local checkout timeout — buyer did not complete the payment in time

Link copied to clipboard

QR code expired

Link copied to clipboard

QR code image generation failed

Link copied to clipboard

Order rejected by provider — insufficient funds

Link copied to clipboard

No network or TCP failure to the backend

Link copied to clipboard

QR SDK or provider is not initialized

Link copied to clipboard

Operation not found in local history after a successful QR payment

Link copied to clipboard

Operation is still being processed by the provider

Link copied to clipboard

Local checkout session for the order not found

Link copied to clipboard

Payment completed and partially reversed by the provider

Link copied to clipboard

Operation is not supported by the selected QR provider

Link copied to clipboard

Local validation of request parameters failed

Properties

Link copied to clipboard
val entries: EnumEntries<QRException>

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

Functions

Link copied to clipboard
fun valueOf(value: String): QRException

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
fun values(): Array<QRException>

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