public enum CardErrorType extends Enum<CardErrorType>
Modifier and Type | Method and Description |
---|---|
static CardErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardErrorType PARSE_PACKET_ERROR
public static final CardErrorType PARSE_TRACK_ERROR
public static final CardErrorType EMPTY_CARD_INFO
public static final CardErrorType UNKNOWN_CARD_TYPE
public static final CardErrorType CARD_NOT_VALID
public static final CardErrorType USER_CANCELLED
public static final CardErrorType SKIP
public static final CardErrorType INVALID_DATA_IN_COMMAND_APDU
public static final CardErrorType TERMINAL_NOR_READY
public static final CardErrorType NO_SMART_CARD_IN_SLOT
public static final CardErrorType INVALID_CARD
public static final CardErrorType INVALID_CARD_NO_MSR_FALLBACK_ALLOWED
public static final CardErrorType TRANSACTION_ALREADY_IN_PROGRESS
public static final CardErrorType DATA_MISSING_FROM_COMMAND_APDU
public static final CardErrorType UNSUPPORTED_CARD
public static final CardErrorType MISSING_FILE
public static final CardErrorType ICC_READ_ERROR
public static final CardErrorType INVALID_ISSUE_PUBLIC_KEY
public static final CardErrorType CONFIGURATION_ERROR
public static final CardErrorType ENCRYPTION_INITIALISE_ERROR
public static final CardErrorType CONTACTLESS_TRANSACTION_TIMED_OUT
public static final CardErrorType CONTACTLESS_NO_CONDITIONS_USE_ICEE_OR_MSR
public static final CardErrorType CONTACTLESS_NOT_POSSIBLE_USE_ICEE_OR_MSR
public static final CardErrorType CONTACTLESS_ASK_CHIP_USE_ICC
public static final CardErrorType CONTACTLESS_HARDWARE_ERROR
public static final CardErrorType CONTACTLESS_REQUIRED_EMV_FINAL_ADVICE
public static final CardErrorType WRONG_AMOUNT
public static final CardErrorType UNKNOWN
public static CardErrorType[] values()
for (CardErrorType c : CardErrorType.values()) System.out.println(c);
public static CardErrorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.