Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMVerifyAdditionalErrors
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMVerifyAdditionalErrors
-
public class DeviceCVMVerifyAdditionalErrors extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEVICE_SUSPICIOUS
static int
PAYMENT_AUTHENTICATION_STATE_MANAGEMENT_ERROR
Can happen after authentication success, but management of authentication state between Authentication layer and internal payment engine is failing.static int
PAYMENT_BUSINESS_SERVICE_NULL_ERROR
Can happen after authentication success, but internal business service for payment is null.static int
PAYMENT_NO_ACTIVATED_SERVICE_ERROR
Can happen after authentication success, but there is no active payment service.
-
Constructor Summary
Constructors Constructor Description DeviceCVMVerifyAdditionalErrors()
-
-
-
Field Detail
-
PAYMENT_BUSINESS_SERVICE_NULL_ERROR
public static final int PAYMENT_BUSINESS_SERVICE_NULL_ERROR
Can happen after authentication success, but internal business service for payment is null.- See Also:
- Constant Field Values
-
PAYMENT_NO_ACTIVATED_SERVICE_ERROR
public static final int PAYMENT_NO_ACTIVATED_SERVICE_ERROR
Can happen after authentication success, but there is no active payment service.- See Also:
- Constant Field Values
-
PAYMENT_AUTHENTICATION_STATE_MANAGEMENT_ERROR
public static final int PAYMENT_AUTHENTICATION_STATE_MANAGEMENT_ERROR
Can happen after authentication success, but management of authentication state between Authentication layer and internal payment engine is failing.- See Also:
- Constant Field Values
-
DEVICE_SUSPICIOUS
public static final int DEVICE_SUSPICIOUS
- See Also:
- Constant Field Values
-
-