CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Enumerations
CMPIErrorType (Extended Error Types) (Subclause 5.12)

Enumerations

enum  CMPIErrorType {
  UnknownErrorType = 0, OtherErrorType = 1, CommunicationsError = 2, QualityOfServiceError = 3,
  SoftwareError = 4, HardwareError = 5, EnvironmentalError = 6, SecurityError = 7,
  OversubscriptionError = 8, Oversubscription_Error = OversubscriptionError, UnavailableResourceError = 9, UnsupportedOperationError = 10
}
 An enumeration type that defines possible values for the error type in a CMPIError object. More...
 

Detailed Description

Enumeration Type Documentation

An enumeration type that defines possible values for the error type in a CMPIError object.

Enumerator
UnknownErrorType 

Unkown

OtherErrorType 

Other

CommunicationsError 

Communications error

QualityOfServiceError 

QoS error

SoftwareError 

Software error

HardwareError 

Hardware error

EnvironmentalError 

Environmental error

SecurityError 

Security error

OversubscriptionError 

Over subscription error

Oversubscription_Error 

Over subscription error. Deprecated, use OversubscriptionError instead

UnavailableResourceError 

Unavailable resource

UnsupportedOperationError 

Unsupported operation