Get the error message from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API const char* dialog_event_get_error(bps_event_t *event)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the error message from.
The dialog_event_get_error() function gets the error message.
The error message; NULL if no error.