Header file of Debug Error Codes. More...
Go to the source code of this file.
Macros | |
| #define | CL_DBG_ERR_CMD_NOT_FOUND 0x100 |
| Debug Library error. | |
| #define | CL_DBG_ERR_COMMON_ERROR 0x104 |
| Loglevel set failed. | |
| #define | CL_DBG_ERR_INVALID_CTX 0x102 |
| Debug command ignored. | |
| #define | CL_DBG_ERR_INVALID_PARAM 0x103 |
| Invalid time out. | |
| #define | CL_DBG_ERR_UNRECOGNIZED_CMD 0x101 |
| Debug unrecognized command. | |
| #define | CL_DEBUG_RC(ERROR_CODE) CL_RC(CL_CID_DEBUG, (ERROR_CODE)) |
| DEBUG Specific Error Codes. | |
Header file of Debug Error Codes.