stumpless  2.1.0
Data Fields
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 More...
 
const char * message
 specific details of the failure More...
 
int code
 an error code possibly providing more information More...
 
const char * code_type
 a description of the error code More...
 

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: