Get a list of errors (if any) generated by a command
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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