Skip to main content

Crate error_engine

Crate error_engine 

Source

Re-exports§

pub use thiserror;

Structs§

Catalog
CatalogEntry
Engine

Enums§

EngineError
Severity

Constants§

UNKNOWN_CODE
Reserved code returned whenever a diagnostic cannot be resolved normally (catalog failed to load, or the requested code has no entry).

Traits§

EngineDiagnostic
Every “diagnosable” error/warning/info in the project implements this. code() is the key looked up in the project’s TOML catalog.