//! Errors returned by the risk engine.
use fmt;
/// Errors returned by the risk engine.
///
/// Currently a single variant for configuration-validation failures;
/// extending this enum is non-breaking provided it stays
/// `#[non_exhaustive]`-friendly in spirit (match arms on library
/// callers should include a catch-all).