Package com.gemalto.mfs.mwsdk.dcm
Class DigitalizedCardErrorCodes
java.lang.Object
com.gemalto.mfs.mwsdk.dcm.DigitalizedCardErrorCodes
The
DigitalizedCardErrorCodes class defines a set of error codes used
when a problem is encountered during DCM operations.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThis error code is returned when trying to set a suspended card as the default.static final intThis error code is returned when trying to set additional data for a non-default card.static final intThis error code is returned when an operation is performed on a non-existent card.static final intThis error code indicates that CDCVM is required to be set to perform the operation.static final intstatic final intstatic final intThis code indicates that there has been no error and the DCM operation is successful.static final intThis error code indicates that the context has not been set to the SDK.static final intThis error code indicates that the SDK initialzation is not completed. -
Method Summary
-
Field Details
-
NO_ERROR
public static final int NO_ERRORThis code indicates that there has been no error and the DCM operation is successful.- See Also:
-
CARD_NOT_EXISTING
public static final int CARD_NOT_EXISTINGThis error code is returned when an operation is performed on a non-existent card.- See Also:
-
CARD_NOT_ACTIVE
public static final int CARD_NOT_ACTIVEThis error code is returned when trying to set a suspended card as the default.- See Also:
-
CARD_NOT_DEFAULT_CARD
public static final int CARD_NOT_DEFAULT_CARDThis error code is returned when trying to set additional data for a non-default card.- See Also:
-
CD_CVM_REQUIRED
public static final int CD_CVM_REQUIREDThis error code indicates that CDCVM is required to be set to perform the operation. SeeCdCvmManagerfor details.- See Also:
-
NULL_CONTEXT
public static final int NULL_CONTEXTThis error code indicates that the context has not been set to the SDK. Please check if the application has setContext to SDK or that the SDK initialization has not been called.- Since:
- 6.4.3
- See Also:
-
SDK_NOT_INITIALIZED
public static final int SDK_NOT_INITIALIZEDThis error code indicates that the SDK initialzation is not completed. Please check if SDK initialization has not been completed.- Since:
- 6.4.3
- See Also:
-
INVALID_TOKENIZED_CARD_ID
public static final int INVALID_TOKENIZED_CARD_ID- See Also:
-
FEATURE_NOT_SUPPORTED
public static final int FEATURE_NOT_SUPPORTED- See Also:
-