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.

Modules§

source
Source observation models attached to runtime errors.

Structs§

ErrorMetadata
Typed structured metadata attached to an error context.
OperationContext
OperationScope
Guard value for scoped OperationContext lifecycle management.
StructError
StructErrorBuilder

Enums§

MetadataValue
A typed value stored in ErrorMetadata.

Type Aliases§

WithContext