42 #ifndef _CL_GMS_ERRORS_H_
43 #define _CL_GMS_ERRORS_H_
58 #define CL_GMS_ERR_UNMARSHALING_FAILED 0x100
63 #define CL_GMS_ERR_TOTEM_PROTOCOL_ERROR 0x101
68 #define CL_GMS_ERR_CONFIG_FILE_INVALID 0x102
73 #define CL_GMS_ERR_GROUP_DOESNT_EXIST 0x103
78 #define CL_GMS_ERR_EMPTY_GROUP 0x104
83 #define CL_GMS_ERR_IOC_REGISTRATION 0x105
88 #define CL_GMS_ERR_IOC_DEREGISTRATION 0x106
94 #define CL_GMS_ERR_CLUSTER_VERSION_MISMATCH 0x107
99 #define CL_GMS_RC(ERROR_CODE) CL_RC(CL_CID_GMS, (ERROR_CODE))
Typical defines found in any software project.
Common Error Codes shared across multiple Clovis ASP Components.