Header file of error Messages that are AMS specific. More...
Go to the source code of this file.
Macros | |
| #define | CL_AMS_ERR_BAD_CONFIG 0x105 |
| Invalid AMF configuration. | |
| #define | CL_AMS_ERR_CSI_NOT_ASSIGNABLE 0x10a |
| The component service instance cannot be assigned an active HA state. | |
| #define | CL_AMS_ERR_ENTITY_NOT_ENABLED 0x104 |
| The entity state is invalid w.r.t to the requested operation. | |
| #define | CL_AMS_ERR_INVALID_ARGS 0x106 |
| Invalid arguments. | |
| #define | CL_AMS_ERR_INVALID_COMP 0x100 |
| The component is invalid. | |
| #define | CL_AMS_ERR_INVALID_ENTITY 0x101 |
| The AMS entity (node, service group, service unit, service instance, component or component service instance) is invalid. | |
| #define | CL_AMS_ERR_INVALID_ENTITY_LIST 0x103 |
| The entity list name is invalid. | |
| #define | CL_AMS_ERR_INVALID_ENTITY_STATE 0x102 |
| The administrative state of an entity (node, service group, service unit or service instance) is invalid. | |
| #define | CL_AMS_ERR_INVALID_OPERATION 0x107 |
| The requested operation is (currently) invalid. | |
| #define | CL_AMS_ERR_OPERATION_FAILED 0x108 |
| The requested operation could not be completed. | |
| #define | CL_AMS_ERR_SI_NOT_ASSIGNABLE 0x109 |
| The service instance cannot be assigned an active HA state. | |
| #define | CL_AMS_ERR_UNMARSHALING_FAILED 0x10b |
| Unmarshalling of the AMS buffer failed. | |
| #define | CL_AMS_RC(ERROR_CODE) CL_RC(CL_CID_AMS, (ERROR_CODE)) |
| Error macro definitions for AMS. | |
Header file of error Messages that are AMS specific.