Retrieve the error ID from an event.
#include <bps/paymentservice.h>
BPS_API int paymentservice_event_get_error_id(bps_event_t *event)
BlackBerry 10.0.0
The event to retrieve the error ID from.
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.
The error ID or BPS_FAILURE if no error. See paymentservice_error_t for possible values.