'Declaration
Public ReadOnly Property HasErrors As System.Boolean
public System.bool HasErrors {get;}
Remarks
You can use the HasErrors property of the data set to determine if any table has errors, before checking individual C1DataTable objects in the Tables collection. To get all errors of an individual C1DataTable, use its C1DataTable.GetErrors method.