Skip to main content

Module error

Module error 

Source

Structs§

Diagnostics
Accumulator for compile-pipeline diagnostics.
Error
ErrorTracing
Display adapter — see Error::tracing.
SerializedError

Enums§

ErrorKind
ResourceKind
TimeoutKind
UpstreamReason

Constants§

SERIALIZED_CHAIN_ENTRY_CAP
SERIALIZED_CHAIN_MAX_ENTRIES
SERIALIZED_CTX_CAP
SERIALIZED_MESSAGE_CAP

Functions§

timeout_with
Run fut under a tokio timeout and translate the elapsed case into a named TimeoutKind. Replaces the previous From<Elapsed> impl so every call site spells out which stage owns the timeout.