P4CommandResultErrorList Property
|
The errors (if any) of the command execution
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4ClientErrorList ErrorList { get; }
Public ReadOnly Property ErrorList As P4ClientErrorList
Get
public:
property P4ClientErrorList^ ErrorList {
P4ClientErrorList^ get ();
}
member ErrorList : P4ClientErrorList with get
Property Value
Type:
P4ClientErrorList
See Also