Retrieve the error text from an event.
#include <bps/paymentservice.h>
BPS_API const char* paymentservice_event_get_error_text(bps_event_t *event)
BlackBerry 10.0.0
The event to retrieve the error text from.
The paymentservice_event_get_error_text() function gets the error text from the specified event. The response code of the event must be FAILURE_RESPONSE.
The error text.