pub const xmlErrorLevel_XML_ERR_FATAL: xmlErrorLevel = 3;Expand description
A fatal error
When parsing XML, a “fatal error” according to the XML spec. This typically means that the document isn’t well-formed.
This also includes OOM and I/O errors, resource limit exhaustion, unexpected errors from other libraries and invalid argument errors.