Class eRFID_ErrorCodes


  • public class eRFID_ErrorCodes
    extends java.lang.Object
    Created by Sergey Yakimchik on 2.03.22. Copyright (c) 2022 Regula. All rights reserved.
    • Field Detail

      • RFID_ERROR_NO_ERROR

        public static final int RFID_ERROR_NO_ERROR
        Successful operation
        See Also:
        Constant Field Values
      • RFID_ERROR_ALREADY_DONE

        public static final int RFID_ERROR_ALREADY_DONE
        Requested operation has already been performed
        See Also:
        Constant Field Values
      • RFID_ERROR_FAILED

        public static final int RFID_ERROR_FAILED
        Error of operation execution (common case)
        See Also:
        Constant Field Values
      • RFID_ERROR_NO_CHIP_DETECTED

        public static final int RFID_ERROR_NO_CHIP_DETECTED
        RFID-chip is absent in the scope of the reader
        See Also:
        Constant Field Values
      • RFID_ERROR_NOT_AVAILABLE

        public static final int RFID_ERROR_NOT_AVAILABLE
        Requested operation unavailable
        See Also:
        Constant Field Values
      • RFID_ERROR_INVALID_PARAMETER

        public static final int RFID_ERROR_INVALID_PARAMETER
        Incorrect command parameter
        See Also:
        Constant Field Values
      • RFID_ERROR_NOT_INITIALIZED

        public static final int RFID_ERROR_NOT_INITIALIZED
        SDK control library was not initialized
        See Also:
        Constant Field Values
      • RFID_ERROR_NOT_ENOUGH_MEMORY

        public static final int RFID_ERROR_NOT_ENOUGH_MEMORY
        Insufficient memory for command execution
        See Also:
        Constant Field Values
      • RFID_ERROR_INVALID_DIRECTORY

        public static final int RFID_ERROR_INVALID_DIRECTORY
        Incorrect directory name
        See Also:
        Constant Field Values
      • RFID_ERROR_UNKNOWN_COMMAND

        public static final int RFID_ERROR_UNKNOWN_COMMAND
        Unknown command
        See Also:
        Constant Field Values
      • RFID_ERROR_FILE_IO_ERROR

        public static final int RFID_ERROR_FILE_IO_ERROR
        File input/output error
        See Also:
        Constant Field Values
      • RFID_ERROR_BUSY

        public static final int RFID_ERROR_BUSY
        SDK control library is busy. Execution of the command is impossible
        See Also:
        Constant Field Values
      • RFID_ERROR_OLD_FIRMWARE

        public static final int RFID_ERROR_OLD_FIRMWARE
        It is required to update reader’s firmware
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_FAILED

        public static final int RFID_ERROR_PCSC_FAILED
        Error of command of data exchange with RFID-chip execution (common case)
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_READER_NOT_AVAILABLE

        public static final int RFID_ERROR_PCSC_READER_NOT_AVAILABLE
        RFID-chip reader unavailable
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_CANT_CONNECT_CARD

        public static final int RFID_ERROR_PCSC_CANT_CONNECT_CARD
        Failed to connect with RFID-chip
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_CARD_IS_NOT_CONNECTED

        public static final int RFID_ERROR_PCSC_CARD_IS_NOT_CONNECTED
        No active RFID-chip
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_OPERATION_CANCELLED

        public static final int RFID_ERROR_PCSC_OPERATION_CANCELLED
        Data reading operation cancelled by the user
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_CARD_IS_BUSY

        public static final int RFID_ERROR_PCSC_CARD_IS_BUSY
        Data exchange with RFID-chip takes place. Execution of the command is impossible
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_FAILED_SCARD

        public static final int RFID_ERROR_PCSC_FAILED_SCARD
        Error of SCard service when data exchanging with RFID-chip
        See Also:
        Constant Field Values
      • RFID_ERROR_PCSC_EXT_LE_FAILED

        public static final int RFID_ERROR_PCSC_EXT_LE_FAILED
        Error of executing command of extended length reading. Full reinitialization of RFID-chip is required
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_SECURITY_MANAGER

        public static final int RFID_ERROR_LAYER6_SECURITY_MANAGER
        Secure communication channel organization is required to access data
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_APP_SELECTION_FAILURE

        public static final int RFID_ERROR_LAYER6_APP_SELECTION_FAILURE
        Error of executing APDU-command of Master File or application selection
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MUTUAL_AUTH_MAC_FAIL

        public static final int RFID_ERROR_LAYER6_MUTUAL_AUTH_MAC_FAIL
        Error of the cryptogram checksum validation during BAC procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MUTUAL_AUTH_ENC_FAIL

        public static final int RFID_ERROR_LAYER6_MUTUAL_AUTH_ENC_FAIL
        Error of the cryptogram validation during BAC
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MUTUAL_AUTH_FAILURE

        public static final int RFID_ERROR_LAYER6_MUTUAL_AUTH_FAILURE
        one of the errors of the APDU-commands: - Mutual Authenticate - performing the BAC - General Authenticate - at the 4th step of PACE performance - General Authenticate - performing the CA
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MUTUAL_AUTH_FAILURE_DATA

        public static final int RFID_ERROR_LAYER6_MUTUAL_AUTH_FAILURE_DATA
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_SM_DO_8E_MISSING

        public static final int RFID_ERROR_LAYER6_SM_DO_8E_MISSING
        Absence of the checksum in the protected APDU-response from the RFID-chip (SM '8E' data object)
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_SM_DO_87_MISSING

        public static final int RFID_ERROR_LAYER6_SM_DO_87_MISSING
        Absence of the data padding object in the protected APDU-response from the RFID-chip (SM '87' data object)
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_SM_DO_99_MISSING

        public static final int RFID_ERROR_LAYER6_SM_DO_99_MISSING
        Absence of the command execution status in the protected APDU-response from the RFID- chip (SM '99' data object)
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_SM_MAC_INCORRECT

        public static final int RFID_ERROR_LAYER6_SM_MAC_INCORRECT
        Error of the checksum validation of the protected APDU-response from the RFID-chip
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_SM_DO_87_INCORRECT

        public static final int RFID_ERROR_LAYER6_SM_DO_87_INCORRECT
        Incorrect contents of the data padding object in the protected APDU-response from the RFID-chip (SM '87' data object)
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_NON_TLV_RESPONSE_DATA

        public static final int RFID_ERROR_LAYER6_NON_TLV_RESPONSE_DATA
        Response to Read Binary APDU-command, using 'B1' parameter for file data reading with an offset >32767, is not represented in the TLV-format
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_WRONG_RND_ICC_LENGTH

        public static final int RFID_ERROR_LAYER6_WRONG_RND_ICC_LENGTH
        Incorrect length of the data received as a result of Get Challenge APDU-command execution
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_INT_AUTH_FAILURE

        public static final int RFID_ERROR_LAYER6_INT_AUTH_FAILURE
        Error of _Internal Authenticate _APDU-command execution when performing AA procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MSE_SET_KAT_FAILURE

        public static final int RFID_ERROR_LAYER6_MSE_SET_KAT_FAILURE
        Error of MSE:Set KAT APDU-command execution when performing CA procedure, version 1
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MSE_SET_DST_FAILURE

        public static final int RFID_ERROR_LAYER6_MSE_SET_DST_FAILURE
        Error of MSE:Set DST APDU-command execution when performing TA procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PSO_CERTIFICATE_FAILURE

        public static final int RFID_ERROR_LAYER6_PSO_CERTIFICATE_FAILURE
        Error of PSO:Verify Certificate APDU-command execution when performing TA procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_MSE_SET_AT_FAILURE

        public static final int RFID_ERROR_LAYER6_MSE_SET_AT_FAILURE
        Error of MSE:Set AT APDU-command execution when performing the procedures: - PACE - TA - CA - RI
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_GET_CHALLENGE_FAILURE

        public static final int RFID_ERROR_LAYER6_GET_CHALLENGE_FAILURE
        Error of Get Challenge APDU-command execution
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_EXT_AUTH_FAILURE

        public static final int RFID_ERROR_LAYER6_EXT_AUTH_FAILURE
        Error of _External Authenticate _APDU-command execution when performing TA procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE

        public static final int RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE
        Error of _General Authenticate _APDU-command execution when performing PACE procedure at steps 1-3
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_FILE_NOT_FOUND

        public static final int RFID_ERROR_LAYER6_FILE_NOT_FOUND
        File not found
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_FILE_EOF1

        public static final int RFID_ERROR_LAYER6_FILE_EOF1
        Attempt of reading outside the end of the file
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_FILE_EOF2

        public static final int RFID_ERROR_LAYER6_FILE_EOF2
        Attempt of reading outside the file end of the
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_INCORRECT_PARAMS

        public static final int RFID_ERROR_LAYER6_INCORRECT_PARAMS
        Error of the execution of MSE:Set AT (variants of appearance – see RFID_LAYER6_- MSE_SET_AT_- FAILURE _description) or _General Authenticate (variants of appearance – see _RFID_LAYER6_- GENERAL_AUTH_- FAILURE _description).
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_NO_REFERENCE_DATA

        public static final int RFID_ERROR_LAYER6_NO_REFERENCE_DATA
        Unavailable data, pointed to by the APDU-command parameters
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_SUSPEND

        public static final int RFID_ERROR_LAYER6_PWD_SUSPEND
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_BLOCKED

        public static final int RFID_ERROR_LAYER6_PWD_BLOCKED
        Error of the execution of MSE:Set AT (when performing PACE) or General Authenticate (variants of appearance are analogue to _RFID_LAYER6_GE- NERAL_AUTH_ FAILURE). _It means that the selected password is blocked. It is required to perform a procedure of password unblocking
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_DEACTIVATED

        public static final int RFID_ERROR_LAYER6_PWD_DEACTIVATED
        Error of the execution of MSE:Set AT (when performing PACE). It means that the selected password is deactivated. It is required to perform a procedure of password activation
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_BLOCKED2

        public static final int RFID_ERROR_LAYER6_PWD_BLOCKED2
        Error of the execution of MSE:Set AT (when performing PACE) or General Authenticate (variants of appearance are analogue to _RFID_LAYER6_GE- NERAL_AUTH_ FAILURE). _It means that the selected password is blocked. It is required to perform a procedure of password unblocking
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_DEACTIVATED2

        public static final int RFID_ERROR_LAYER6_PWD_DEACTIVATED2
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_SUSPEND2

        public static final int RFID_ERROR_LAYER6_PWD_SUSPEND2
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER6_PWD_FAILED

        public static final int RFID_ERROR_LAYER6_PWD_FAILED
        error of the execution of MSE:Set AT when performing PACE procedure or General Authenticate (variants of appearance are analogue to RFID_ LAYER6_GENERA L_AUTH_FAILURE ). It means that incorrect password value has been used. Low order 8 bits of code contain the remaining number of attempts for this password. The user application may try to repeat an attempt of performing the required procedure with other values
        See Also:
        Constant Field Values
      • RFID_ERROR_NOT_PERFORMED

        public static final int RFID_ERROR_NOT_PERFORMED
        Operation was not performed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_IS_CLOSED

        public static final int RFID_ERROR_SESSION_IS_CLOSED
        Session closed, operation impossible
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_TERMINAL_UNSUPPORTED_OPERATION

        public static final int RFID_ERROR_SESSION_TERMINAL_UNSUPPORTED_OPERATION
        Operation is not supported by the current type of terminal
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_TERMINAL_TYPE_UNKNOWN

        public static final int RFID_ERROR_SESSION_TERMINAL_TYPE_UNKNOWN
        Unknown type of terminal
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_TERMINAL_TYPE_BAD_CERTIFICATE

        public static final int RFID_ERROR_SESSION_TERMINAL_TYPE_BAD_CERTIFICATE
        Error of reading or analysis of the terminal certificate data
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_TERMINAL_TYPE_NOT_SET

        public static final int RFID_ERROR_SESSION_TERMINAL_TYPE_NOT_SET
        Terminal type was not defined for the current session
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_PROCEDURE_TYPE_UNKNOWN

        public static final int RFID_ERROR_SESSION_PROCEDURE_TYPE_UNKNOWN
        Unknown authentication procedure type
        See Also:
        Constant Field Values
      • RFID_ERROR_Session_Procedure_Type_Unsupported

        public static final int RFID_ERROR_Session_Procedure_Type_Unsupported
        Defined type terminal does not support this type of procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_PROCEDURE_TYPE_NOT_SET

        public static final int RFID_ERROR_SESSION_PROCEDURE_TYPE_NOT_SET
        Type of authentication procedure was not set for the current session
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_KEY_UNKNOWN_TYPE

        public static final int RFID_ERROR_SESSION_ACCESS_KEY_UNKNOWN_TYPE
        Unknown access key type
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_KEY_UNSUPPORTED_SM_TYPE

        public static final int RFID_ERROR_SESSION_ACCESS_KEY_UNSUPPORTED_SM_TYPE
        Unsupported type of secure data access procedure
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_KEY_INCORRECT_SM_TYPE

        public static final int RFID_ERROR_SESSION_ACCESS_KEY_INCORRECT_SM_TYPE
        Secure data access procedure does not allow to use the given key type
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_KEY_RESTRICTED

        public static final int RFID_ERROR_SESSION_ACCESS_KEY_RESTRICTED
        Key type is not supported by the current terminal type, or the rights to its use are insufficient
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_KEY_INCORRECT_DATA

        public static final int RFID_ERROR_SESSION_ACCESS_KEY_INCORRECT_DATA
        Incorrect key contents (empty or zero string)
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_KEY_NOT_SET

        public static final int RFID_ERROR_SESSION_ACCESS_KEY_NOT_SET
        Secure data access key was not set for the current session
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_PWD_MANAGEMENT_NOT_AUTHORIZED

        public static final int RFID_ERROR_SESSION_PWD_MANAGEMENT_NOT_AUTHORIZED
        Operation of password management is not authorized for the current terminal type
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_UNKNOWN_TYPE

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_UNKNOWN_TYPE
        Unknown type of the procedure of authentication or secure data access
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_SM

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_SM
        Preliminary opening of the secure data access session is required (PACE or BAC)
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_PACE

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_PACE
        Preliminary opening of the secure data access session is required (PACE)
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_CA_KEYS

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_CA_KEYS
        Execution of TA preliminary step (for version 2) is required – computing CA ephemeral public keys
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_TA

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_TA
        Preliminary TA procedure is required
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_CA

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_CA
        Preliminary CA procedure is required
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_INCORRECT_OPTION_CA

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_INCORRECT_OPTION_CA
        Discrepancy between the selected CA variant on the preliminary and main stages
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_CA_FAILED

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_CA_FAILED
        CA procedure failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_TA_FAILED

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_TA_FAILED
        TA procedure failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_AA_FAILED

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_AA_FAILED
        AA procedure failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_ACCESS_CONTROL_RI_FAILED

        public static final int RFID_ERROR_SESSION_ACCESS_CONTROL_RI_FAILED
        RI procedure failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_PA_SIGNATURE_CHECK_FAILED

        public static final int RFID_ERROR_SESSION_PA_SIGNATURE_CHECK_FAILED
        Document security object digital signature verification failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_PA_HASH_CHECK_FAILED

        public static final int RFID_ERROR_SESSION_PA_HASH_CHECK_FAILED
        Informational data group integrity verification failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_INVALID_AUX_DATA_DATE_OF_EXPIRY

        public static final int RFID_ERROR_SESSION_INVALID_AUX_DATA_DATE_OF_EXPIRY
        Verification of auxiliary data (date of expiry) failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_INVALID_AUX_DATA_DATE_OF_BIRTH

        public static final int RFID_ERROR_SESSION_INVALID_AUX_DATA_DATE_OF_BIRTH
        Verification of auxiliary data (age) failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_INVALID_AUX_DATA_COMMUNITY_ID

        public static final int RFID_ERROR_SESSION_INVALID_AUX_DATA_COMMUNITY_ID
        Verification of auxiliary data (Community ID) failed
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_E_SIGN_REQUIRES_APP_SELECTION

        public static final int RFID_ERROR_SESSION_E_SIGN_REQUIRES_APP_SELECTION
        Selection of eSign application is required to access its functionality
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_E_SIGN_PIN_NOT_SET

        public static final int RFID_ERROR_SESSION_E_SIGN_PIN_NOT_SET
        It is required to set the value of eSign-PIN for the current session
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_E_SIGN_PIN_NOT_VERIFIED

        public static final int RFID_ERROR_SESSION_E_SIGN_PIN_NOT_VERIFIED
        It is required to execute verification of _eSign-PIN _for the current session
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_INCORRECT_DATA

        public static final int RFID_ERROR_SESSION_INCORRECT_DATA
        Incorrect session object data
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_NOT_ENOUGH_DATA

        public static final int RFID_ERROR_SESSION_FILE_NOT_ENOUGH_DATA
        No sufficient data for creation of the file contents ASN.1 object.
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_INCORRECT_DATA

        public static final int RFID_ERROR_SESSION_FILE_INCORRECT_DATA
        Incorrect data of the file contents ASN.1 object
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_UNEXPECTED_DATA

        public static final int RFID_ERROR_SESSION_FILE_UNEXPECTED_DATA
        In compliance of the structure of the file contents ASN.1 object with the structure given in the respective specification
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_CONTENTS_UNEXPECTED_DATA

        public static final int RFID_ERROR_SESSION_FILE_CONTENTS_UNEXPECTED_DATA
        In compliance of the structure of the formed ASN.1-objects with the requirements of specification (in the context of specific file)
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_WRONG_TAG

        public static final int RFID_ERROR_SESSION_FILE_WRONG_TAG
        Incorrect value of the data group tag
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_CANT_USE_DATA

        public static final int RFID_ERROR_SESSION_FILE_CANT_USE_DATA
        Use of the read data is impossible
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_CANT_READ_DATA

        public static final int RFID_ERROR_SESSION_FILE_CANT_READ_DATA
        Error of physical data reading
        See Also:
        Constant Field Values
      • RFID_ERROR_SESSION_FILE_ACCESS_DENIED

        public static final int RFID_ERROR_SESSION_FILE_ACCESS_DENIED
        Error of access to the protected data groups
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_NO_ERROR

        public static final int RFID_ERROR_LAYER34_NO_ERROR
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_TIME_OUT

        public static final int RFID_ERROR_LAYER34_TIME_OUT
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_COLLISION

        public static final int RFID_ERROR_LAYER34_COLLISION
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_DATA_INTEGRITY

        public static final int RFID_ERROR_LAYER34_DATA_INTEGRITY
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_DATA_LENGTH

        public static final int RFID_ERROR_LAYER34_DATA_LENGTH
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_COLLISION_TOO_MANY

        public static final int RFID_ERROR_LAYER34_COLLISION_TOO_MANY
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_PROTOCOL_B

        public static final int RFID_ERROR_LAYER34_PROTOCOL_B
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_DATA_CONTENTS

        public static final int RFID_ERROR_LAYER34_DATA_CONTENTS
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_PROTOCOL

        public static final int RFID_ERROR_LAYER34_PROTOCOL
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_GLOBAL_TIME_OUT

        public static final int RFID_ERROR_LAYER34_GLOBAL_TIME_OUT
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_MIFARE_AUTH

        public static final int RFID_ERROR_LAYER34_MIFARE_AUTH
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_SAM_ERROR

        public static final int RFID_ERROR_LAYER34_SAM_ERROR
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_SAM_COLLISION

        public static final int RFID_ERROR_LAYER34_SAM_COLLISION
        See Also:
        Constant Field Values
      • RFID_ERROR_LAYER34_SAM_ACKNOWLEDGE

        public static final int RFID_ERROR_LAYER34_SAM_ACKNOWLEDGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • eRFID_ErrorCodes

        public eRFID_ErrorCodes()
    • Method Detail

      • getTranslation

        public static java.lang.String getTranslation​(Context context,
                                                      int value)