Skip to main content

Module error

Module error 

Source

Structs§

XmlError
A structured XML processing error.

Enums§

ErrorCode
One of libxml2’s well-known numeric error codes.
ErrorDomain
Which subsystem raised the error.
ErrorLevel
Severity of the error.

Type Aliases§

Result
Convenience alias used throughout SupXML — equivalent to std::result::Result<T, XmlError>.