Return true if the severity() >= `BAEXML_ERROR' (i.e., `BAEXML_ERROR or BAEXML_FATAL_ERROR) and false otherwise.
Synopsis
Declared in <balxml_errorinfo.h>
bool
isAnyError() const;
Return Value
true if the severity is an error or fatal error, and false otherwise
Created with MrDocs