CidsErrorCode
An enumerated value which identifies the general category of error that occurred. errAuthenticationTokenExpired The requested action could not be carried out because the requestor has provided an authentication token (e.g. password) that has expired. errConfigCollision The value of the config-token request parameter in a setComponentConfig control transaction request does not match the current configuration document on the target host. Typically this indicates that the configuration on the target host has been modified by another user. errInUse The requested action could not be completed because it requires access to a resource that is in use. errInvalidDocument The request contained a document that was not well-formed, contained an incorrect root element, or contained additional elements or attributes that are not permitted by the lax IDIOM schema. errLimitExceeded The requested action could not be completed because it would create a resource that would exceed a system resource limit. errNotAvailable The requested action is supported but cannot be performed due to the current configuration of the target host. errNotFound A resource specified in the request does not exist. errNotSupported The requested action is not supported on the target host. errPermissionDenied The requestor does not have a sufficiently high authorization level to perform the requested action. errSyslog Used to convey messages of interest from the host system's syslog. errSystemError A system error occurred, such as an out-of-memory condition, disk access error, etc. errTransport The requested action could not be carried out because of a communications failure with another host that is involved in the action. errUnacceptableValue The request document was valid but contained one or more values that could not be accepted because they either: (1) conflict with other values in the same document or (2) are not acceptable due to the current state of the system. errUnclassified Used to convey an unclassified error condition. errWarning Used to convey a software warning condition detected by an application running on the host system.
Possible values
15 objects| Number | Name |
|---|---|
| 1 | errAuthenticationTokenExpired |
| 2 | errConfigCollision |
| 3 | errInUse |
| 4 | errInvalidDocument |
| 5 | errLimitExceeded |
| 6 | errNotAvailable |
| 7 | errNotFound |
| 8 | errNotSupported |
| 9 | errPermissionDenied |
| 10 | errSyslog |
| 11 | errSystemError |
| 12 | errTransport |
| 13 | errUnacceptableValue |
| 14 | errUnclassified |
| 15 | errWarning |