L2Exception

L2 EMV error types.

Entries

Link copied to clipboard

Application is blocked

Link copied to clipboard

Application selection error

Link copied to clipboard

Card is blocked

Link copied to clipboard

Card is expired

Link copied to clipboard

Card read error

Link copied to clipboard

Card removed too early

Link copied to clipboard

Terminal configuration error

Link copied to clipboard

Card data authentication error

Link copied to clipboard

Card used for the purchase is required

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Key loading error

Link copied to clipboard

Key hierarchy not found

Link copied to clipboard

EMV listener error

Link copied to clipboard

Terminal main thread error

Link copied to clipboard

No matching application

Link copied to clipboard

Offline transaction is not available

Link copied to clipboard

EncryptionMechanism not found

Link copied to clipboard

PIN entry timeout

Link copied to clipboard
Link copied to clipboard

Service is not allowed

Link copied to clipboard

Initialization error

Link copied to clipboard
Link copied to clipboard

Card interface type is undefined

Link copied to clipboard

Transaction declined

Link copied to clipboard

Transaction terminated

Link copied to clipboard

Unknown error

Link copied to clipboard

Operation canceled

Properties

Link copied to clipboard
val entries: EnumEntries<L2Exception>

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): L2Exception

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<L2Exception>

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