[This is preliminary documentation and is subject to change.]

The errors (if any) of the command execution

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

Syntax

C#
public P4ClientErrorList ErrorList { get; internal set; }
Visual Basic
Public Property ErrorList As P4ClientErrorList
	Get
	Friend Set
Visual C++
public:
property P4ClientErrorList^ ErrorList {
	P4ClientErrorList^ get ();
	internal: void set (P4ClientErrorList^ value);
}

See Also