Go to the documentation of this file.
   42 #ifndef _CL_EO_ERRORS_H_ 
   43 #define _CL_EO_ERRORS_H_ 
   65 #define CL_EO_ERR_EO_SUSPENDED              0x101 
   70 #define CL_EO_ERR_FUNC_NOT_REGISTERED       0x102 
   75 #define CL_EO_ERR_INVALID_CLIENTID          0x103 
   80 #define CL_EO_ERR_INVALID_SERVICEID         0x104 
   85 #define CL_EO_ERR_LIB_ID_INVALID            0x105 
   90 #define CL_EO_ERR_WATER_MARK_ID_INVALID     0x106 
   95 #define CL_EO_ERR_IMPROPER_STATE            0x107 
  100 #define CL_EO_ERR_QUEUE_OVERFLOW            0x108 
  105 #define CL_EO_ERR_ENQUEUE_MSG               0x109 
  113 #define CL_EO_RC(ERROR_CODE)  CL_RC(CL_CID_EO, (ERROR_CODE)) 
  
Generated on Tue Jan 10 10:29:15 PST 2012  for OpenClovis SDK using Doxygen