Class used to return a list of errors and warnings returned by a command.

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

Syntax

C#
public class P4ClientErrorList : List<P4ClientError>
Visual Basic
Public Class P4ClientErrorList _
	Inherits List(Of P4ClientError)
Visual C++
public ref class P4ClientErrorList : public List<P4ClientError^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'P4ClientError>)>)>
    Perforce.P4..::..P4ClientErrorList

See Also