Expand description
Error types.
Macros§
Structs§
- Element
Error - A complete error for an attribute and its erroneous value
- Invalid
Transform - Indicates that a transform is not invertible.
Enums§
- Acquire
Error - Errors from
crate::document::AcquiredNodes. - Allowed
UrlError - Errors returned when resolving an URL
- Defs
Lookup Error Kind - Errors returned when looking up a resource by URL reference.
- Implementation
Limit - Errors for implementation-defined limits, to mitigate malicious SVG documents.
- Internal
Rendering Error - Errors that can happen while rendering or measuring an SVG document.
- Loading
Error - Errors that can happen while loading an SVG document.
- Node
IdError - Errors returned when creating a
NodeIdout of a string - Value
Error Kind - A simple error which refers to an attribute’s value
Traits§
- Attribute
Result Ext - Helper for converting
Result<O, E>intoResult<O, ElementError>
Functions§
- parse_
error_ 🔒to_ element_ error - Convert a short-lived ParseError into a long-lived ElementError
Type Aliases§
- Parse
Error - A short-lived error.