JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
FLOW_ALREADY_HAPPENING
public static final MAPIError FLOW_ALREADY_HAPPENING
TERMINAL_CONNECTION_LOST
public static final MAPIError TERMINAL_CONNECTION_LOST
FAILED_TO_CONNECT_TO_TERMINAL
public static final MAPIError FAILED_TO_CONNECT_TO_TERMINAL
RESPONSE_TIMEOUT
public static final MAPIError RESPONSE_TIMEOUT
AUTH_AND_CAP_FLOW_NOT_SUPPORTED
public static final MAPIError AUTH_AND_CAP_FLOW_NOT_SUPPORTED
RECEIVED_UNKNOWN_MESSAGE_FROM_TERMINAL
public static final MAPIError RECEIVED_UNKNOWN_MESSAGE_FROM_TERMINAL
VOID_SPECIFIC_SALE_NOT_SUPPORTED
public static final MAPIError VOID_SPECIFIC_SALE_NOT_SUPPORTED
NOT_A_FLOW_HAPPENING
public static final MAPIError NOT_A_FLOW_HAPPENING
SECONDARY_FLOW_ALREADY_HAPPENING
public static final MAPIError SECONDARY_FLOW_ALREADY_HAPPENING
VOID_TX_ID_NOT_FOUND
public static final MAPIError VOID_TX_ID_NOT_FOUND
SOCKET_CONNECTION_ISSUE
public static final MAPIError SOCKET_CONNECTION_ISSUE
TX_ID_NOT_FOUND
public static final MAPIError TX_ID_NOT_FOUND
PAYMENT_ID_INVALID
public static final MAPIError PAYMENT_ID_INVALID
WORKSTATION_ID_INVALID
public static final MAPIError WORKSTATION_ID_INVALID
MERCHANT_REFERENCE_INVALID
public static final MAPIError MERCHANT_REFERENCE_INVALID
NFC_NOT_ENABLED
public static final MAPIError NFC_NOT_ENABLED
NFC_FLOW_NOT_SUPPORTED
public static final MAPIError NFC_FLOW_NOT_SUPPORTED
PAYMENT_ADMINISTRATION_ERROR
public static final MAPIError PAYMENT_ADMINISTRATION_ERROR
INITIALISATION_ERROR
public static final MAPIError INITIALISATION_ERROR
INITIALISATION_NO_TOKEN_ERROR
public static final MAPIError INITIALISATION_NO_TOKEN_ERROR
VERIFY_MERCHANT_ERROR
public static final MAPIError VERIFY_MERCHANT_ERROR
FETCH_TMS_ERROR
public static final MAPIError FETCH_TMS_ERROR
REPEAT_LAST_PAYMENT_FAILED
public static final MAPIError REPEAT_LAST_PAYMENT_FAILED
WRITE_TERMINAL_CONFIG_FAILED
public static final MAPIError WRITE_TERMINAL_CONFIG_FAILED
FIRMWARE_UPDATE_FAILED
public static final MAPIError FIRMWARE_UPDATE_FAILED
NO_ACTIVE_PAYMENT_ERROR
public static final MAPIError NO_ACTIVE_PAYMENT_ERROR
RECONCILIATION_WITH_CLOSURE_FAILED
public static final MAPIError RECONCILIATION_WITH_CLOSURE_FAILED
TERMINAL_LOGIN_FAILED
public static final MAPIError TERMINAL_LOGIN_FAILED
FACTORY_RESET_FAILED
public static final MAPIError FACTORY_RESET_FAILED
REPRINT_LAST_TICKET_FAILED
public static final MAPIError REPRINT_LAST_TICKET_FAILED
ONGOING_PAYMENT_ERROR
public static final MAPIError ONGOING_PAYMENT_ERROR
SEND_EMAIL_FAILED
public static final MAPIError SEND_EMAIL_FAILED
CARD_DETECTION_FAILED
public static final MAPIError CARD_DETECTION_FAILED
CARD_VALIDATION_FAILED
public static final MAPIError CARD_VALIDATION_FAILED
FINANCIAL_ADVICE_MESSAGES_FAILED
public static final MAPIError FINANCIAL_ADVICE_MESSAGES_FAILED
PRE_AUTHENTICATION_FAILED
public static final MAPIError PRE_AUTHENTICATION_FAILED
CONNECTION_ERROR
public static final MAPIError CONNECTION_ERROR
SEND_PASSWORD_ERROR
public static final MAPIError SEND_PASSWORD_ERROR
AMOUNT_REQUIRED
public static final MAPIError AMOUNT_REQUIRED
SHIFTNUMBER_REQUIRED
public static final MAPIError SHIFTNUMBER_REQUIRED
RETRY_REPEAT_LAST_MESSAGE
public static final MAPIError RETRY_REPEAT_LAST_MESSAGE
RETRY_LAST_ACTION
public static final MAPIError RETRY_LAST_ACTION
REQUEST_ID_NOT_EQUAL
public static final MAPIError REQUEST_ID_NOT_EQUAL
MODULE_DOES_NOT_EXISTS
public static final MAPIError MODULE_DOES_NOT_EXISTS
BARCODE_SCAN_FAILED
public static final MAPIError BARCODE_SCAN_FAILED
BARCODE_SCANNER_INITIALIZATION_FAILED
public static final MAPIError BARCODE_SCANNER_INITIALIZATION_FAILED
CAMERA_INITIALIZATION_FAILED
public static final MAPIError CAMERA_INITIALIZATION_FAILED
STOPPING_BARCODE_SCANNER_FAILED
public static final MAPIError STOPPING_BARCODE_SCANNER_FAILED
NO_CAMERA_PERMISSION
public static final MAPIError NO_CAMERA_PERMISSION
SET_CAMERA_PREVIEW_FAILED
public static final MAPIError SET_CAMERA_PREVIEW_FAILED
READ_MIFARE_UID_FAILED
public static final MAPIError READ_MIFARE_UID_FAILED
CARD_READ_FAILED
public static final MAPIError CARD_READ_FAILED
CARD_READER_STATUS_FAILED
public static final MAPIError CARD_READER_STATUS_FAILED
CARD_SERVICE_RESPONSE_DESERIALIZATION_FAILED
public static final MAPIError CARD_SERVICE_RESPONSE_DESERIALIZATION_FAILED
PRINTING_RECEIPT_NULL_OR_EMPTY
public static final MAPIError PRINTING_RECEIPT_NULL_OR_EMPTY
GERMAN_EICHRECHT_VALUE_ERROR
public static final MAPIError GERMAN_EICHRECHT_VALUE_ERROR
CUSTOMER_SIGNATURE_NOT_PROVIDED
public static final MAPIError CUSTOMER_SIGNATURE_NOT_PROVIDED
CONNECTION_TO_TERMINAL_NOT_YET_ESTABLISHED_BY_PRIMARY_FLOW
public static final MAPIError CONNECTION_TO_TERMINAL_NOT_YET_ESTABLISHED_BY_PRIMARY_FLOW
TERMINAL_ACTION_ERROR
public static final MAPIError TERMINAL_ACTION_ERROR
Field Details
description
private final String description
Constructor Details
MAPIError
private MAPIError (String description)
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null