Possible Payment Service errors.
#include <bps/paymentservice.h>
typedef enum {
PAYMENTSERVICE_ERROR_USER_CANCELLED = 1
PAYMENTSERVICE_ERROR_SYSTEM_BUSY = 2
PAYMENTSERVICE_ERROR_PAYMENTSERVICE_FAILED = 3
PAYMENTSERVICE_ERROR_NO_NETWORK = 8
} paymentservice_error_t;
BlackBerry 10.2.0
paymentservice_event_get_error_info() will not contain any additional information to diagnose the problem.
paymentservice_event_get_error_info() will not contain any additional information to diagnose the problem.
See paymentservice_event_get_error_text() and paymentservice_event_get_error_info() for more detail.
The request cannot be completed until the device connects to a network. paymentservice_event_get_error_info() will not contain any additional information to diagnose the problem.
This enumeration defines the Payment Service errors.