错误码
枚举体描述 |
定义 |
---|---|
错误码 |
#define STATE_SUCCESS 0 /***error code for ocf processing result after request submission***/ #define STATE_FAIL -1 #define STATE_MISS -2 #define STATE_CHUNK_TIMEOUT -3 #define STATE_CHUNK_UNAVAILABLE -4 /***error code when submitting request***/ #define STATE_CORE_EXIST -1000 #define STATE_CORE_NOT_EXIST -1001 #define STATE_CORE_CREATING -1002 #define STATE_PARAM_INVALID -1003 #define STATE_MEM_ALLOC_ERR -1004 #define STATE_TOO_MANY_REGION -1005 #define STATE_OCF_UNAVAILABLE -1006 |
父主题: 读缓存集成说明