OpenClovis Logo

Macros
clAlarmErrors.h File Reference

Header file of Alarm Service related Error codes. More...

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

Go to the source code of this file.

Macros

#define CL_ALARM_ERR_EVT_CHANNEL_CLOSE   0x10c
 The event channel close failure while unsubscribing for the event.
#define CL_ALARM_ERR_EVT_CHANNEL_OPEN   0x109
 The event channel open failure for alarm event channel.
#define CL_ALARM_ERR_EVT_FINALIZE   0x10d
 The event finalize failure while unsubscribing for the event.
#define CL_ALARM_ERR_EVT_INIT   0x108
 The event initialization failure.
#define CL_ALARM_ERR_EVT_SUBSCRIBE   0x10a
 Failed while subscribing for the event.
#define CL_ALARM_ERR_EVT_SUBSCRIBE_AGAIN   0x10b
 The event initialization had been done already.
#define CL_ALARM_ERR_GEN_RULE_NOT_VALID   0x104
 The Generation Rule of alarm is invalid.
#define CL_ALARM_ERR_INTERNAL_ERROR   0x107
 Internal error related to alarms.
#define CL_ALARM_ERR_INVALID_CAT   0x100
 Alarm service related error codes.
#define CL_ALARM_ERR_INVALID_MOID   0x10e
 The managed object Identifier is invalid.
#define CL_ALARM_ERR_INVALID_PARAM   CL_ERR_INVALID_PARAMETER
 The parameter passed in invalid.
#define CL_ALARM_ERR_INVALID_SEVERITY   0x102
 The alarm severity is invalid.
#define CL_ALARM_ERR_NO_MEMORY   CL_ERR_NO_MEMORY
 There is no memory left with the application.
#define CL_ALARM_ERR_NO_OWNER   0x10f
 The managed object doesn't have any owner registered in COR.
#define CL_ALARM_ERR_NULL_POINTER   CL_ERR_NULL_POINTER
 The pointer passed is NULL.
#define CL_ALARM_ERR_OM_CREATE_FAILED   0x106
 The OM class creation of alarm failed.
#define CL_ALARM_ERR_PROB_CAUSE_NOT_PRESENT   0x103
 The probable cause of alarm is not present.
#define CL_ALARM_ERR_SUPP_RULE_NOT_VALID   0x105
 The Suppression Rule of alarm is invalid.
#define CL_ALARM_ERR_VERSION_UNSUPPORTED   0x101
 Client Library version error.
#define CL_ALARM_RC(ERROR_CODE)   CL_RC(CL_CID_ALARMS, (ERROR_CODE))
 It appends the component ID with the error code.

Detailed Description

Header file of Alarm Service related Error codes.


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