A pair containing an error code and its hint. More...
Data Fields | |
enum GNUNET_ErrorCode | ec |
The error code. More... | |
const char * | hint |
The hint. More... | |
unsigned int | http_code |
The HTTP status code. More... | |
A pair containing an error code and its hint.
Definition at line 33 of file gnunet_error_codes.c.
enum GNUNET_ErrorCode ErrorCodeAndHint::ec |
The error code.
Definition at line 38 of file gnunet_error_codes.c.
Referenced by GNUNET_ErrorCode_get_hint(), GNUNET_ErrorCode_get_http_status(), and GNUNET_ErrorCode_get_http_status_safe().
const char * ErrorCodeAndHint::hint |
The hint.
Definition at line 43 of file gnunet_error_codes.c.
Referenced by GNUNET_ErrorCode_get_hint().
unsigned int ErrorCodeAndHint::http_code |
The HTTP status code.
Definition at line 48 of file gnunet_error_codes.c.
Referenced by GNUNET_ErrorCode_get_http_status().