Class DigitalizedCardErrorCodes

java.lang.Object
com.gemalto.mfs.mwsdk.dcm.DigitalizedCardErrorCodes

public final class DigitalizedCardErrorCodes extends Object
The DigitalizedCardErrorCodes class defines a set of error codes used when a problem is encountered during DCM operations.
  • Field Details

    • NO_ERROR

      public static final int NO_ERROR
      This 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_EXISTING
      This 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_ACTIVE
      This 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_CARD
      This 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_REQUIRED
      This error code indicates that CDCVM is required to be set to perform the operation. See CdCvmManager for details.
      See Also:
    • NULL_CONTEXT

      public static final int NULL_CONTEXT
      This 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_INITIALIZED
      This 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: