Retrieve the error message from a GEOMONITOR_ERROR event.
#include <bps/geomonitor.h>
BPS_API const char* bps_geomonitor_event_get_error_message(bps_event_t *event)
BlackBerry 10.2.0
The GEOMONITOR_ERROR event to get the error message from.
The bps_geomonitor_event_get_error_message() function gets the error message from the specified GEOMONITOR_ERROR event. The error is with regards to the received geomonitor event and is returned by geomonitor service.
The error message or NULL if there is no error message.