geo_search_strerror()

Return the printable error string corresponding to the supplied error code.

Synopsis:

#include <geo_search.h>
const char* geo_search_strerror(geo_search_error_t error)

Since:

BlackBerry 10.0.0

Arguments:

error

A valid error code.

Library:

libgeo_search (For the qcc command, use the -l geo_search option to link against this library)

Description:

Returns:

A printable error string. If error is not valid, an "Unknown" type string is returned.