dialog_event_get_error()
Get the error message from a DIALOG_RESPONSE event.
Synopsis:
#include <bps/dialog.h>
BPS_API const char* dialog_event_get_error(bps_event_t *event)
Arguments:
- event
-
The DIALOG_RESPONSE event to get the error message from.
Library:
libbpsDescription:
The dialog_event_get_error() function gets the error message.
Returns:
The error message; NULL if no error.