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