Skip to main content

Module error

Module error 

Source
Expand description

Error types for fastxml.

Structs§

ErrorLocation
Location information for errors, providing line, column, byte offset, and optional XPath.
StructuredError
Structured error for schema validation, compatible with libxml’s StructuredError.

Enums§

Error
Main error type for fastxml operations.
ErrorLevel
Error severity level.
ValidationErrorType
Classification of validation errors.

Type Aliases§

Result
Result type alias for fastxml operations.