// lc-core/src/observability/error.rs
//! Export error type for the observability layer.
use fmt;
/// Export error. Implementations surface failures through this and the framework
/// layer only logs a `warn` — it never propagates into the main flow.