#include "nanohttp-logging.h"
#include "nanohttp-error.h"
Go to the source code of this file.
Classes | |
struct | _herror_impl_t |
Typedefs | |
typedef _herror_impl_t | herror_impl_t |
Functions | |
herror_t | herror_new (const char *func, int errcode, const char *format,...) |
int | herror_code (herror_t err) |
const char * | herror_func (herror_t err) |
const char * | herror_message (herror_t err) |
void | herror_release (herror_t err) |
|
|
|
Returns the code of the error. Definition at line 85 of file nanohttp-error.c. References _herror_impl_t::errcode, and H_OK. Referenced by mime_streamreader_function(). |
|
Returns the name of the function, where the error was produced. Definition at line 96 of file nanohttp-error.c. References _herror_impl_t::func. Referenced by mime_streamreader_function(). |
|
|
|
Frees the error structure. Definition at line 118 of file nanohttp-error.c. References _herror_impl_t::func. Referenced by soap_nudp_server_run(), and soap_server_process(). |