//! Coarse error category — used by retry policy / logging / dashboards.
/// Bank Indonesia SNAP BI groups response codes into four broad categories.
///
/// Marked `#[non_exhaustive]` so future SNAP BI revisions can add a category
/// (e.g. `Compliance`, `LimitBreach`) without breaking consumer match arms.