tinyows 1.2.2
|
Go to the source code of this file.
Functions | |
static char * | wfs_error_code_string (enum wfs_error_code code) |
static void | wfs_error_100 (ows *o, wfs_request *wf, enum wfs_error_code code, char *message, char *locator) |
static void | wfs_error_110 (ows *o, wfs_request *wf, enum wfs_error_code code, char *message, char *locator) |
void | wfs_error (ows *o, wfs_request *wf, enum wfs_error_code code, char *message, char *locator) |
void wfs_error | ( | ows * | o, |
wfs_request * | wf, | ||
enum wfs_error_code | code, | ||
char * | message, | ||
char * | locator | ||
) |
Definition at line 124 of file wfs_error.c.
References Ows::output, ows_version_get(), Ows::request, Ows_request::version, wfs_error_100(), and wfs_error_110().
Referenced by wfs_delete(), wfs_parse_operation(), wfs_request_check_fid(), wfs_request_check_filter(), wfs_request_check_output(), wfs_request_check_parameters(), wfs_request_check_propertyname(), wfs_request_check_typename(), wfs_retrieve_sql_request_list(), and wfs_transaction_response().
|
static |
Definition at line 66 of file wfs_error.c.
References Buffer::buf, Ows::encoding, Ows::exit, Ows::output, ows_log(), and wfs_error_code_string().
Referenced by wfs_error().
|
static |
Definition at line 95 of file wfs_error.c.
References Ows::exit, Ows::output, ows_log(), and wfs_error_code_string().
Referenced by wfs_error().
|
static |
Definition at line 34 of file wfs_error.c.
References WFS_ERROR_EXCLUSIVE_PARAMETERS, WFS_ERROR_INCORRECT_SIZE_PARAMETER, WFS_ERROR_INVALID_PARAMETER, WFS_ERROR_INVALID_VERSION, WFS_ERROR_LAYER_NOT_DEFINED, WFS_ERROR_LAYER_NOT_RETRIEVABLE, WFS_ERROR_LAYER_NOT_WRITABLE, WFS_ERROR_MISSING_PARAMETER, WFS_ERROR_NO_MATCHING, and WFS_ERROR_OUTPUT_FORMAT_NOT_SUPPORTED.
Referenced by wfs_error_100(), and wfs_error_110().