//! Error classification for FlowFabric.
//!
//! `ErrorClass` lives here so `ff-core` stays a pure types/contracts crate.
//! The `ScriptError` enum and its `ferriskey::Error` transport variant live
//! in `ff-script::error` to keep `ff-core` free of the Valkey client stack.
use ;
/// Classification of how the SDK should handle each error.