Class DigitalizedCardErrorCodes


  • public final class DigitalizedCardErrorCodes
    extends java.lang.Object
    Error codes used when a problem is encountered when performing operations with the DCM
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CARD_NOT_ACTIVE
      Error code returned when trying to set as default a card that is SUSPENDED
      static int CARD_NOT_DEFAULT_CARD
      Error code returned when trying to set additional data for non default card
      static int CARD_NOT_EXISTING
      Error code returned when performing an operation to a non-existent card.
      static int CD_CVM_REQUIRED
      An error code to indicate that setting the CD CVM is required to perform the operation.
      static int NO_ERROR
      The code that indicates that there has been no error and the DCM operation was successful.
      static int NULL_CONTEXT
      Error code to indicate that context has not been set to the SDK.
      static int SDK_NOT_INITIALIZED
      Error code to indicate that SDK initialzation is not completed.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_ERROR

        public static final int NO_ERROR
        The code that indicates that there has been no error and the DCM operation was successful.
        See Also:
        Constant Field Values
      • CARD_NOT_EXISTING

        public static final int CARD_NOT_EXISTING
        Error code returned when performing an operation to a non-existent card.
        See Also:
        Constant Field Values
      • CARD_NOT_ACTIVE

        public static final int CARD_NOT_ACTIVE
        Error code returned when trying to set as default a card that is SUSPENDED
        See Also:
        Constant Field Values
      • CARD_NOT_DEFAULT_CARD

        public static final int CARD_NOT_DEFAULT_CARD
        Error code returned when trying to set additional data for non default card
        See Also:
        Constant Field Values
      • CD_CVM_REQUIRED

        public static final int CD_CVM_REQUIRED
        An error code to indicate that setting the CD CVM is required to perform the operation. See CdCvmManager for details.
        See Also:
        Constant Field Values
      • NULL_CONTEXT

        public static final int NULL_CONTEXT
        Error code to indicate that context has not been set to the SDK. Please check if Application has setContext to SDK or if SDK initialization has not been called.
        Since:
        6.4.3
        See Also:
        Constant Field Values
      • SDK_NOT_INITIALIZED

        public static final int SDK_NOT_INITIALIZED
        Error code to indicate that SDK initialzation is not completed. Please check if SDK initialization has not been completed.
        Since:
        6.4.3
        See Also:
        Constant Field Values