paymentservice_event_get_error_id()
Retrieve the error ID from an event.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_event_get_error_id(bps_event_t *event)
Since:
BlackBerry 10.0.0
Arguments:
- event
-
The event to retrieve the error ID from.
Library:
libbpsDescription:
The paymentservice_event_get_error_id() function retrieves the error ID from the specified event. The response code of the event must be FAILURE_RESPONSE.
Returns:
The error ID or BPS_FAILURE if no error. See paymentservice_error_t for possible values.