Expand description
Error types.
Structs§
- A complete error for an attribute and its erroneous value
- Indicates that a transform is not invertible.
Enums§
- Errors from
crate::document::AcquiredNodes
. - Errors returned when resolving an URL
- Errors returned when looking up a resource by URL reference.
- Errors for implementation-defined limits, to mitigate malicious SVG documents.
- Errors that can happen while rendering or measuring an SVG document.
- Errors that can happen while loading an SVG document.
- Errors returned when creating a
NodeId
out of a string - A simple error which refers to an attribute’s value
Traits§
- Helper for converting
Result<O, E>
intoResult<O, ElementError>
Type Aliases§
- A short-lived error.