Retrieve additional information about the error.
#include <bps/paymentservice.h>
BPS_API const char* paymentservice_event_get_error_info(bps_event_t *event)
BlackBerry 10.2.0
The event to retrieve the error info from.
The paymentservice_event_get_error_info() function gets the error info from the specified event. The response code of the event must be FAILURE_RESPONSE. This information may be used to diagnose the cause of payment service failures.
the error information text or NULL if no error information.