Module error

Module error 

Source
Expand description

Broker-level error types shared across flows, providers, and stores.

Enums§

ConfigError
Configuration and validation failures raised by the broker.
Error
Canonical broker error exposed by public APIs.
TransientError
Temporary failure variants (safe to retry).
TransportError
Transport-level failures (network, IO).

Type Aliases§

Result
Broker-wide result type alias returning Error by default.