GetError method of the CIM_ConcreteJob class

Retrieves an error due to a failed job. When the job is executing or has terminated without error, then this method returns no CIM_Error instance. However, if the job has failed because of some internal problem or because the job has been terminated by a client, then a CIM_Error instance is returned.

Syntax

uint32 GetError(
  [out] string Error
);

Parameters

Error [out]

Returns a CIM_Error instance if the OperationalStatus on the Job is not "OK"; otherwise, returns null.

Return value

Returns a 0 on success; otherwise, returns an error.

Success (0)

Not Supported (1)

Unspecified Error (2)

Timeout (3)

Failed (4)

Invalid Parameter (5)

Access Denied (6)

DMTF Reserved (..)

Vendor Specific (32768..65535)

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_ConcreteJob