次の方法で共有


GetError method of the Msps_ProvisioningJob 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

0

Success

1

Not Supported

2

Unspecified Error

3

Timeout

4

Failed

5

Invalid Parameter

6

Access Denied

7 32767

DMTF Reserved

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

Msps_ProvisioningJob