HasError: Boolean;
The HasError property returns whether update element execution returns error.
The property returns True if an error occurred on updating the Node element, and False if the element was deleted successfully. The error, if it occurred, can be obtained in the Error property.
The property use is given in the example for IMetabaseUpdateLog.Records.
See also: