stumpless 2.2.0
|
Information describing an error encountered by the library. More...
#include <error.h>
Data Fields | |
enum stumpless_error_id | id |
error family | |
const char * | message |
specific details of the failure | |
int | code |
an error code possibly providing more information | |
const char * | code_type |
a description of the error code | |
Information describing an error encountered by the library.
int stumpless_error::code |
an error code possibly providing more information
const char* stumpless_error::code_type |
a description of the error code
enum stumpless_error_id stumpless_error::id |
error family
const char* stumpless_error::message |
specific details of the failure