GetError method of the CIM_ConcreteJob WMI class

Returns a CIM_Error instance if the Job instance fails or is terminated by a client.

Syntax

uint32 GetError(
  [out] CIM_Error Error
);

Parameters

Error [out]

If the OperationalStatus property on the job is not OK, then this method returns a CIM_Error instance. Returns NULL while the job is executing or if the job terminated without error.

Return value

Success (0)

Not Supported (1)

Unspecified Error (2)

Timeout (3)

Failed (4)

Invalid Parameter (5)

Access Denied (6)

DMTF Reserved (7 32767)

Vendor Specific (32768 65535)

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\standardcimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_ConcreteJob