Expand description
Runtime-layer types.
These are the primary carriers used while an error is still moving through application code.
Structs§
- Error
Metadata - Typed structured metadata attached to an error context.
- Operation
Context - Operation
Scope - Source
Frame - Source
Payload - Owned source payload.
- Source
Payload Ref - Struct
Error - Structured runtime error carrier with explicit bridge APIs for the standard error ecosystem.
- Struct
Error Builder
Enums§
- Metadata
Value - A typed value stored in
ErrorMetadata. - Source
Payload Kind
Traits§
- Context
Record - Record human-readable key-value context into the context stack.