-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PassportNfcLoadErrorType extends Enum<PassportNfcLoadErrorType>
Describes the error which might happen during data extraction from the NFC chip
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPLICATION_SELECT_FAILError happened during the application select state
AUTHENTICATE_FAILError happened during the authenticate state and getting a challenge from the chip
GET_GROUPS_FAILError happened during the parsing the group headers from the NFC Chip
LOAD_GROUPS_FAILError happened during the parsing a groups from the NFC Chip
LICENSE_ERRORMight happen if the user has no corresponding license for usage of NFC chip or it has expired
IO_ERRORError during the transfer of the data. It might happen if the connection to NFC chip has been lost
UNKNOWN_ERRORUnexpected error
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-