Expand description
Serializable, type-erased error representations (the serde feature).
Structs§
- Diagnostics
- Transported diagnostic metadata (error code, help text, and exit code).
- Erased
Backtrace - A serializable, type-erased representation of a backtrace.
- Erased
Error - A serializable, cloneable error representation that preserves the full error context including backtrace, spantrace, and source chain.
- Erased
Frame - A single frame in an erased backtrace.
- Erased
Location - Transported caller-location snapshot: the
file:line:columnof the call site where the error was built, captured fromDiagnostic::oopsie_location. - Erased
Metadata - Serializable metadata from a tracing span.
- Erased
Span - A single span in an erased span trace.
- Erased
Span Trace - A serializable, type-erased representation of a span trace.
Enums§
- Tracing
Level - The verbosity level of a transported span, mirroring
tracing::Level.