Package 

Enum PassportNfcLoadErrorType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      APPLICATION_SELECT_FAIL

      Error happened during the application select state

      AUTHENTICATE_FAIL

      Error happened during the authenticate state and getting a challenge from the chip

      GET_GROUPS_FAIL

      Error happened during the parsing the group headers from the NFC Chip

      LOAD_GROUPS_FAIL

      Error happened during the parsing a groups from the NFC Chip

      LICENSE_ERROR

      Might happen if the user has no corresponding license for usage of NFC chip or it has expired

      IO_ERROR

      Error during the transfer of the data. It might happen if the connection to NFC chip has been lost

      UNKNOWN_ERROR

      Unexpected error

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait