OpenClovis Logo

Macros
clCpmErrors.h File Reference

Header file of error Messages that are CPM specific. More...

#include <clCommon.h>
#include <clCommonErrors.h>

Go to the source code of this file.

Macros

#define CL_CPM_ERR_BAD_OPERATION   0x107
 Component Manager returns this error when it receives an invalid request.
#define CL_CPM_ERR_EO_UNREACHABLE   0x101
 EO is not reachable.
#define CL_CPM_ERR_EXIST   0x108
 Component Manager returns this error when the same registration request is performed multiple times.
#define CL_CPM_ERR_FORWARDING_FAILED   0x104
 Component Manager is not able to forward the request to the required node.
#define CL_CPM_ERR_INIT   0x106
 Component Manager returns this error if the initialization was not in a proper way and other functions are being accessed.
#define CL_CPM_ERR_INVALID_ARGUMENTS   0x102
 One of the passed argument is invalid.
#define CL_CPM_ERR_OPER_ABANDONED   0x109
 Bug 3610: Added this message.
#define CL_CPM_ERR_OPERATION_FAILED   0x103
 Requested operation could not be performed by Component Manager.
#define CL_CPM_ERR_OPERATION_IN_PROGRESS   0x105
 Component Manager cannot handle this request at this point, as it is currently doing similar operation.
#define CL_CPM_ERR_OPERATION_NOT_ALLOWED   0x100
 Requested operation is not allowed.
#define CL_CPM_RC(ERROR_CODE)   CL_RC(CL_CID_CPM, (ERROR_CODE))
 Error macro definitions for CPM.

Detailed Description

Header file of error Messages that are CPM specific.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen