Package apple.corenfc.enums
Class VASErrorCode
- java.lang.Object
-
- apple.corenfc.enums.VASErrorCode
-
public final class VASErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDataNotActivatedstatic longDataNotFoundstatic longIncorrectDatastatic longSuccessstatic longUnsupportedApplicationVersionstatic longUserInterventionstatic longWrongLCFieldstatic longWrongParameters
-
-
-
Field Detail
-
Success
public static final long Success
- See Also:
- Constant Field Values
-
DataNotFound
public static final long DataNotFound
- See Also:
- Constant Field Values
-
DataNotActivated
public static final long DataNotActivated
- See Also:
- Constant Field Values
-
WrongParameters
public static final long WrongParameters
- See Also:
- Constant Field Values
-
WrongLCField
public static final long WrongLCField
- See Also:
- Constant Field Values
-
UserIntervention
public static final long UserIntervention
- See Also:
- Constant Field Values
-
IncorrectData
public static final long IncorrectData
- See Also:
- Constant Field Values
-
UnsupportedApplicationVersion
public static final long UnsupportedApplicationVersion
- See Also:
- Constant Field Values
-
-