Module errors

Source
Expand description

Errors!

This module is kind of pointless and stubbed out right now, because the crate is currently opting for a “typeless” approach (where everything gets folded into miette::Report right away).

If we ever change this decision, this will be a lot more important!

Structs§

JinjaErrorWithBacktrace
A struct that implements std::error::Error so it can be added as “related” to a miette diagnostic, and it’ll show the backtrace.

Enums§

DistError
Errors dist can have

Type Aliases§

DistResult
An alias for the common Result type for this crate