Click or drag to resize

P4ServerGetErrorResults Method

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

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4ClientErrorList GetErrorResults(
	uint cmdId
)

Parameters

cmdId
Type: SystemUInt32

Return Value

Type: P4ClientErrorList
A list of P4ClientErrors, null if no errors
See Also