Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMVerifyAdditionalErrors
java.lang.Object
com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMVerifyAdditionalErrors
The
DeviceCVMVerifyAdditionalErrors class defines additional set of error codes used
when a problem is encountered during Device CVM verification.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intAn authentication has been successfully completed but the management of the authentication state between Authentication layer and internal payment engine is failing.static final intAn authentication has been successfully completed but the internal business service for payment is null.static final intAn authentication has been successfully completed but there is no active payment service. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PAYMENT_BUSINESS_SERVICE_NULL_ERROR
public static final int PAYMENT_BUSINESS_SERVICE_NULL_ERRORAn authentication has been successfully completed but the internal business service for payment is null.- See Also:
-
PAYMENT_NO_ACTIVATED_SERVICE_ERROR
public static final int PAYMENT_NO_ACTIVATED_SERVICE_ERRORAn authentication has been successfully completed but there is no active payment service.- See Also:
-
PAYMENT_AUTHENTICATION_STATE_MANAGEMENT_ERROR
public static final int PAYMENT_AUTHENTICATION_STATE_MANAGEMENT_ERRORAn authentication has been successfully completed but the management of the authentication state between Authentication layer and internal payment engine is failing.- See Also:
-
DEVICE_SUSPICIOUS
public static final int DEVICE_SUSPICIOUS- See Also:
-
-
Constructor Details
-
DeviceCVMVerifyAdditionalErrors
public DeviceCVMVerifyAdditionalErrors()
-