Expand description
An error reporting library for aqua_parse
.
Structs§
- Error
- An error message.
- Page
- An
Rc<str>
and possibly a file path. - Place
- A descriptor of some position in a string.
- Span
- A reference to a span of some
Page
.
Enums§
- Level
- The severity level of an
Error
.
Type Aliases§
- Result
- Type alias for
Result<T, aqua_error::Error>
.