In file ../../src/Pegasus/Common/CIMStatusCode.h:

enum CIMStatusCode

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.

[more] CIM_ERR_SUCCESS
Success.
[more] CIM_ERR_FAILED
A general error occurred that is not covered by a more specific error code
[more] CIM_ERR_ACCESS_DENIED
Access to a CIM resource was not available to the client
[more] CIM_ERR_INVALID_NAMESPACE
The target namespace does not exist
[more] CIM_ERR_INVALID_PARAMETER
One or more parameter values passed to the method were invalid
[more] CIM_ERR_INVALID_CLASS
The specified class does not exist
[more] CIM_ERR_NOT_FOUND
The requested object could not be found
[more] CIM_ERR_NOT_SUPPORTED
The requested operation is not supported
[more] CIM_ERR_CLASS_HAS_CHILDREN
Operation cannot be carried out on this class since it has subclasses
[more] CIM_ERR_CLASS_HAS_INSTANCES
Operation cannot be carried out on this class since it has instances
[more] CIM_ERR_INVALID_SUPERCLASS
Operation cannot be carried out since the specified superClass does not exist
[more] CIM_ERR_ALREADY_EXISTS
Operation cannot be carried out because an object already exists
[more] CIM_ERR_NO_SUCH_PROPERTY
The specified property does not exist:
[more] CIM_ERR_TYPE_MISMATCH
The value supplied is incompatible with the type
[more] CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED
The query language is not recognized or supported
[more] CIM_ERR_INVALID_QUERY
The query is not valid for the specified query language
[more] CIM_ERR_METHOD_NOT_AVAILABLE
The extrinsic method could not be executed
[more] CIM_ERR_METHOD_NOT_FOUND
The specified extrinsic method does not exist

o CIM_ERR_SUCCESS
Success. This is the success code.

o CIM_ERR_FAILED
A general error occurred that is not covered by a more specific error code

o CIM_ERR_ACCESS_DENIED
Access to a CIM resource was not available to the client

o CIM_ERR_INVALID_NAMESPACE
The target namespace does not exist

o CIM_ERR_INVALID_PARAMETER
One or more parameter values passed to the method were invalid

o CIM_ERR_INVALID_CLASS
The specified class does not exist

o CIM_ERR_NOT_FOUND
The requested object could not be found

o CIM_ERR_NOT_SUPPORTED
The requested operation is not supported

o CIM_ERR_CLASS_HAS_CHILDREN
Operation cannot be carried out on this class since it has subclasses

o CIM_ERR_CLASS_HAS_INSTANCES
Operation cannot be carried out on this class since it has instances

o CIM_ERR_INVALID_SUPERCLASS
Operation cannot be carried out since the specified superClass does not exist

o CIM_ERR_ALREADY_EXISTS
Operation cannot be carried out because an object already exists

o CIM_ERR_NO_SUCH_PROPERTY
The specified property does not exist:

o CIM_ERR_TYPE_MISMATCH
The value supplied is incompatible with the type

o CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED
The query language is not recognized or supported

o CIM_ERR_INVALID_QUERY
The query is not valid for the specified query language

o CIM_ERR_METHOD_NOT_AVAILABLE
The extrinsic method could not be executed

o CIM_ERR_METHOD_NOT_FOUND
The specified extrinsic method does not exist

Alphabetic index HTML hierarchy of classes or Java