OpenClovis Logo

Macros
clFaultErrorId.h File Reference

Header file of Fault Service related Error Codes. More...

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

Go to the source code of this file.

Macros

#define CL_FAULT_ERR_ADD_FAILED   0x109
 The fault is not added.
#define CL_FAULT_ERR_CLIENT_FINALIZE_FAILED   0x111
 Fault client library finalize failure.
#define CL_FAULT_ERR_CLIENT_INIT_FAILED   0x110
 Fault client library initialize failure.
#define CL_FAULT_ERR_COMPNAME_NULL   0x112
 Component name passed to fault is NULL.
#define CL_FAULT_ERR_CREATE_FAILED   0x108
 The fault is not created.
#define CL_FAULT_ERR_DUPLICATE   0x100
 The fault occured is duplicate.
#define CL_FAULT_ERR_FAULT_HANDLER_NOT_FOUND   0x10a
 The fault handler is not found.
#define CL_FAULT_ERR_FAULT_NOT_FOUND   0x101
 The fault is not found.
#define CL_FAULT_ERR_HISTORY_ADD_ERROR   0x104
 The fault is not being added to the history.
#define CL_FAULT_ERR_HISTORY_CREATE_ERROR   0x105
 The fault is not being created in the history.
#define CL_FAULT_ERR_HISTORY_MUTEX_CREATE_ERROR   0x106
 A violation of shared data occurs when a fault is being created in the history.
#define CL_FAULT_ERR_HISTORY_QUERY_ERROR   0x107
 The fault is not being queried from the history.
#define CL_FAULT_ERR_INTERNAL   0x10c
 Fault Internal Error.
#define CL_FAULT_ERR_INVALID_CATEGORY   0x10d
 The fault category is invalid.
#define CL_FAULT_ERR_INVALID_SEVERITY   0x10e
 The fault severity is invalid.
#define CL_FAULT_ERR_INVLD_VAL   0x102
 The fault is invalid.
#define CL_FAULT_ERR_MOID_NULL   0x10f
 MOID of the fault is NULL.
#define CL_FAULT_ERR_REPAIR_SEQ_TBL_NULL   0x10b
 The fault sequence table is NULL.
#define CL_FAULT_ERR_SEVERITY_EXCEED   0x103
 The fault has exceeded the severity level.
#define CL_FAULT_ERR_VERSION_UNSUPPORTED   0x113
 On version mismatch.
#define CL_FAULT_RC(ERROR_CODE)   CL_RC(CL_CID_FAULTS, (ERROR_CODE))
 This is useful while comparing error codes returned by two or more components.

Detailed Description

Header file of Fault Service related Error Codes.


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