Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime-layer types.

These are the primary carriers used while an error is still moving through application code.

Structs§

ErrorMetadata
Typed structured metadata attached to an error context.
OperationContext
OperationScope
SourceFrame
SourcePayload
Owned source payload.
SourcePayloadRef
StructError
Structured runtime error carrier with explicit bridge APIs for the standard error ecosystem.
StructErrorBuilder

Enums§

MetadataValue
A typed value stored in ErrorMetadata.
SourcePayloadKind

Traits§

ContextRecord
Record human-readable key-value context into the context stack.

Type Aliases§

WithContext