Crate ts_error

Source
Expand description

§ts-error

Traits for convenient error reporting, and error report/stack creation

Modules§

diagnostic
Diagnostic

Structs§

ProgramReport
A report for a program exit.
Report
An error report, displays the error stack of some error.

Traits§

IntoReport
Trait for converting something into an error report.
LogError
Trait to log an error.

Functions§

normalize_message
Normalize an error message.

Type Aliases§

ReportProgramExit
Type alias for a program that reports it’s exit.