Package apple.corenfc.enums
Class NFCVASErrorCode
- java.lang.Object
-
- apple.corenfc.enums.NFCVASErrorCode
-
public final class NFCVASErrorCode extends java.lang.Object[@enum] NFCVASErrorCode Response APDU status word.
-
-
Field Summary
Fields Modifier and Type Field Description static longNFCVASErrorCodeDataNotActivatedstatic longNFCVASErrorCodeDataNotFoundstatic longNFCVASErrorCodeIncorrectDatastatic longNFCVASErrorCodeSuccessstatic longNFCVASErrorCodeUnsupportedApplicationVersionstatic longNFCVASErrorCodeUserInterventionstatic longNFCVASErrorCodeWrongLCFieldstatic longNFCVASErrorCodeWrongParametersstatic longVASErrorCodeDataNotActivatedstatic longVASErrorCodeDataNotFoundstatic longVASErrorCodeIncorrectDatastatic longVASErrorCodeSuccessstatic longVASErrorCodeUnsupportedApplicationVersionstatic longVASErrorCodeUserInterventionstatic longVASErrorCodeWrongLCFieldstatic longVASErrorCodeWrongParameters
-
-
-
Field Detail
-
NFCVASErrorCodeSuccess
public static final long NFCVASErrorCodeSuccess
- See Also:
- Constant Field Values
-
NFCVASErrorCodeDataNotFound
public static final long NFCVASErrorCodeDataNotFound
- See Also:
- Constant Field Values
-
NFCVASErrorCodeDataNotActivated
public static final long NFCVASErrorCodeDataNotActivated
- See Also:
- Constant Field Values
-
NFCVASErrorCodeWrongParameters
public static final long NFCVASErrorCodeWrongParameters
- See Also:
- Constant Field Values
-
NFCVASErrorCodeWrongLCField
public static final long NFCVASErrorCodeWrongLCField
- See Also:
- Constant Field Values
-
NFCVASErrorCodeUserIntervention
public static final long NFCVASErrorCodeUserIntervention
- See Also:
- Constant Field Values
-
NFCVASErrorCodeIncorrectData
public static final long NFCVASErrorCodeIncorrectData
- See Also:
- Constant Field Values
-
NFCVASErrorCodeUnsupportedApplicationVersion
public static final long NFCVASErrorCodeUnsupportedApplicationVersion
- See Also:
- Constant Field Values
-
VASErrorCodeSuccess
public static final long VASErrorCodeSuccess
- See Also:
- Constant Field Values
-
VASErrorCodeDataNotFound
public static final long VASErrorCodeDataNotFound
- See Also:
- Constant Field Values
-
VASErrorCodeDataNotActivated
public static final long VASErrorCodeDataNotActivated
- See Also:
- Constant Field Values
-
VASErrorCodeWrongParameters
public static final long VASErrorCodeWrongParameters
- See Also:
- Constant Field Values
-
VASErrorCodeWrongLCField
public static final long VASErrorCodeWrongLCField
- See Also:
- Constant Field Values
-
VASErrorCodeUserIntervention
public static final long VASErrorCodeUserIntervention
- See Also:
- Constant Field Values
-
VASErrorCodeIncorrectData
public static final long VASErrorCodeIncorrectData
- See Also:
- Constant Field Values
-
VASErrorCodeUnsupportedApplicationVersion
public static final long VASErrorCodeUnsupportedApplicationVersion
- See Also:
- Constant Field Values
-
-