Perforce API for the .Net CLR P4.Net

P4BaseRecordSet.HasErrors�Method�

Checks the Recordset to determine if errors occured.

[Visual�Basic]
Public�Function�HasErrors()�As�Boolean
[C#]
public�bool�HasErrors();

Return Value

True if the p4 command returned errors.

Remarks

This is the same as testing Errors.Count.

See Also

P4BaseRecordSet Class | P4API Namespace