Documentation Index
Fetch the complete documentation index at: https://abxbus.archivebox.io/llms.txt
Use this file to discover all available pages before exploring further.
AutoErrorEventMiddleware emits {OriginalEventType}ErrorEvent when a handler completes with an error.
Constructor params
None.Setup with EventBus
Behavior
- Runs on completed handler results.
- If a handler errored, emits an auto event with:
event_type:{OriginalEventType}ErrorEventerror: original exceptionerror_type: exception class name
- Skips source events ending in
ErrorEventorResultEventto prevent auto recursion.