Share via


GetError method of the CIM_ConcreteJob class

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] CIM_Error Error
);

Parameters

Error [out]

If the OperationalStatus property on the Job is not "OK", then this method will return a CIM_Error instance. Otherwise, when the Job is "OK", null is returned.

Return value

Success

0

Success

Not Supported

1

Not Supported

Unspecified Error

2

Unspecified Error

Timeout

3

Timeout

Failed

4

Failed

Invalid Parameter

5

Invalid Parameter

Access Denied

6

Access Denied

DMTF Reserved

7 32767

DMTF Reserved

Vendor Specific

32768 65535

Vendor Specific

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\MSPS
MOF
MSPSService.mof
DLL
MSPSService.dll

See also

CIM_ConcreteJob