Event Bus Error¶
event_bus_error
¶
Base error for event bus publishing and dispatch failures.
Defines EventBusError, raised when event handlers fail or the message bus
cannot deliver an event. Extends RuntimeErrorMixin, making it catchable as
RuntimeError.
EventBusError
¶
Bases: RuntimeErrorMixin, Error[MetadataValueType]
Base error for event bus publishing and dispatch failures.
Indicates that an event handler failed or the message bus cannot
deliver an event. Extends RuntimeErrorMixin, making it
catchable as RuntimeError.