stumpless 2.2.0
载入中...
搜索中...
未找到
stumpless_error结构体 参考

Information describing an error encountered by the library. 更多...

#include <error.h>

成员变量

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.

结构体成员变量说明

◆ 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


该结构体的文档由以下文件生成: