|
XFusion API v1.3.0
|
错误码及错误类型定义. 更多...

类型定义 | |
| typedef int32_t | xf_err_t |
| 整形错误类型。 错误码具体值见 xf_err_code_t. | |
枚举 | |
| enum | xf_err_code_t { XF_FAIL = -1 , XF_OK = 0 , XF_ERR_NO_MEM = 0x100 , XF_ERR_INVALID_ARG , XF_ERR_INVALID_STATE , XF_ERR_INVALID_CHECK , XF_ERR_INVALID_PORT , XF_ERR_NOT_FOUND , XF_ERR_NOT_SUPPORTED , XF_ERR_BUSY , XF_ERR_TIMEOUT , XF_ERR_UNINIT , XF_ERR_INITED , XF_ERR_RESOURCE , XF_ERR_ISR , XF_ERR_MAX } |
| 错误类型定义。 更多... | |
函数 | |
| const char * | xf_err_to_name (xf_err_t code) |
| 返回 xf_err_code_t 错误代码对应的错误信息字符串。 | |
错误码及错误类型定义.
| typedef int32_t xf_err_t |
整形错误类型。 错误码具体值见 xf_err_code_t.
| enum xf_err_code_t |
错误类型定义。
| const char * xf_err_to_name | ( | xf_err_t | code | ) |
返回 xf_err_code_t 错误代码对应的错误信息字符串。
| code | xf_err_code_t 错误代码。 |
在文件 xf_err_to_name.c 第 81 行定义.