Expand description
Error types for fastxml.
Structs§
- Error
Location - Location information for errors, providing line, column, byte offset, and optional XPath.
- Structured
Error - Structured error for schema validation, compatible with libxml’s StructuredError.
Enums§
- Error
- Main error type for fastxml operations.
- Error
Level - Error severity level.
- Validation
Error Type - Classification of validation errors.
Type Aliases§
- Result
- Result type alias for fastxml operations.