There are three categories of problems that can appear in a meshing sequence: MeshInformation,
MeshWarning, and
MeshError features. They all contain a message describing the problem and can be equipped with a selection defining the geometric entities or coordinate values specifying a position related to the error. All of these features can have a subfeature of the same type that contains low-level problem information. This means that a problem can be represented by a stack of features that reflects the stack trace of the problem.
to find out if the feature <ftag> has any reported problems. There are similar methods,
hasWarnings() and
hasErrors(), for warnings and errors, respectively. The following method returns the tags of the problems as well as tags that refer to information:
Similarly, use the methods warnings() and
errors() to get access to only warning and error tags, respectively.