stumpless 2.2.0
Loading...
Searching...
No Matches
stumpless_error Struct Reference

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
 

Detailed Description

Information describing an error encountered by the library.

Field Documentation

◆ code

int stumpless_error::code

an error code possibly providing more information

◆ code_type

const char* stumpless_error::code_type

a description of the error code

◆ id

enum stumpless_error_id stumpless_error::id

error family

◆ message

const char* stumpless_error::message

specific details of the failure


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