Expand description
Cross-module error utilities.
BoxError now lives in defect-core so provider/transport crates can use it without
depending on the agent runtime. Re-exported here so existing defect_agent::error::*
paths keep working.
Structsยง
- BoxError
- A type-erased error value. Carries an error from any source in a public API without exposing the concrete type.