Get a list of errors (if any) generated by a command

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public P4ClientErrorList GetErrorResults(
	uint cmdId
)
Visual Basic
Public Function GetErrorResults ( _
	cmdId As UInteger _
) As P4ClientErrorList
Visual C++
public:
P4ClientErrorList^ GetErrorResults(
	unsigned int cmdId
)

Parameters

cmdId
Type: System..::..UInt32

Return Value

A list of P4ClientErrors, null if no errors

See Also