|
In file ../../src/Pegasus/Common/CIMStatusCode.h:
CIM Status codes defined in the DMTF CIM Operations over HTTP specification.
Documentation
CIM Status codes defined in the DMTF CIM Operations over HTTP specification. These are the valid
codes which may be returned as error responses to CIM Operations.
-
CIM_ERR_SUCCESS
- Success.
-
CIM_ERR_FAILED
- A general error occurred that is not covered by a more specific error code
-
CIM_ERR_ACCESS_DENIED
- Access to a CIM resource was not available to the client
-
CIM_ERR_INVALID_NAMESPACE
- The target namespace does not exist
-
CIM_ERR_INVALID_PARAMETER
- One or more parameter values passed to the method were invalid
-
CIM_ERR_INVALID_CLASS
- The specified class does not exist
-
CIM_ERR_NOT_FOUND
- The requested object could not be found
-
CIM_ERR_NOT_SUPPORTED
- The requested operation is not supported
-
CIM_ERR_CLASS_HAS_CHILDREN
- Operation cannot be carried out on this class since it has subclasses
-
CIM_ERR_CLASS_HAS_INSTANCES
- Operation cannot be carried out on this class since it has instances
-
CIM_ERR_INVALID_SUPERCLASS
- Operation cannot be carried out since the specified superClass does not exist
-
CIM_ERR_ALREADY_EXISTS
- Operation cannot be carried out because an object already exists
-
CIM_ERR_NO_SUCH_PROPERTY
- The specified property does not exist:
-
CIM_ERR_TYPE_MISMATCH
- The value supplied is incompatible with the type
-
CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED
- The query language is not recognized or supported
-
CIM_ERR_INVALID_QUERY
- The query is not valid for the specified query language
-
CIM_ERR_METHOD_NOT_AVAILABLE
- The extrinsic method could not be executed
-
CIM_ERR_METHOD_NOT_FOUND
- The specified extrinsic method does not exist
- CIM_ERR_SUCCESS
- Success. This is the success code.
- CIM_ERR_FAILED
- A general error occurred that is not covered by a more specific error code
- CIM_ERR_ACCESS_DENIED
- Access to a CIM resource was not available to the client
- CIM_ERR_INVALID_NAMESPACE
- The target namespace does not exist
- CIM_ERR_INVALID_PARAMETER
- One or more parameter values passed to the method were invalid
- CIM_ERR_INVALID_CLASS
- The specified class does not exist
- CIM_ERR_NOT_FOUND
- The requested object could not be found
- CIM_ERR_NOT_SUPPORTED
- The requested operation is not supported
- CIM_ERR_CLASS_HAS_CHILDREN
- Operation cannot be carried out on this class since it has subclasses
- CIM_ERR_CLASS_HAS_INSTANCES
- Operation cannot be carried out on this class since it has instances
- CIM_ERR_INVALID_SUPERCLASS
- Operation cannot be carried out since the specified superClass does not exist
- CIM_ERR_ALREADY_EXISTS
- Operation cannot be carried out because an object already exists
- CIM_ERR_NO_SUCH_PROPERTY
- The specified property does not exist:
- CIM_ERR_TYPE_MISMATCH
- The value supplied is incompatible with the type
- CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED
- The query language is not recognized or supported
- CIM_ERR_INVALID_QUERY
- The query is not valid for the specified query language
- CIM_ERR_METHOD_NOT_AVAILABLE
- The extrinsic method could not be executed
- CIM_ERR_METHOD_NOT_FOUND
- The specified extrinsic method does not exist
Alphabetic index HTML hierarchy of classes or Java
|