GNUnet 0.21.2
ErrorCodeAndHint Struct Reference

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...
 

Detailed Description

A pair containing an error code and its hint.

Definition at line 33 of file gnunet_error_codes.c.

Field Documentation

◆ ec

enum GNUNET_ErrorCode ErrorCodeAndHint::ec

◆ hint

const char * ErrorCodeAndHint::hint

The hint.

Definition at line 43 of file gnunet_error_codes.c.

Referenced by GNUNET_ErrorCode_get_hint().

◆ http_code

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().


The documentation for this struct was generated from the following files: