![]() |
![]() |
![]() |
geocode-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <geocode-glib/geocode-glib.h>
#define GEOCODE_ERROR
enum GeocodeError;
GQuark geocode_error_quark (void
);
#define GEOCODE_ERROR (geocode_error_quark ())
Error domain for geocode-glib. Errors from this domain will be from the GeocodeError enumeration. See GError for more information on error domains.
typedef enum { GEOCODE_ERROR_PARSE, GEOCODE_ERROR_NOT_SUPPORTED, GEOCODE_ERROR_NO_MATCHES, GEOCODE_ERROR_INVALID_ARGUMENTS, GEOCODE_ERROR_INTERNAL_SERVER } GeocodeError;
Error codes returned by geocode-glib functions.
An error occured parsing the response from the web service. | |
The request made was not supported. | |
The requests made didn't have any matches. | |
The request made contained invalid arguments. | |
The server encountered an (possibly unrecoverable) internal error. |