//! Module: ops::rpc::request::error
//!
//! Responsibility: define request dispatch errors for RPC ops.
//! Does not own: workflow error mapping or public endpoint DTOs.
//! Boundary: converts request dispatch failures into the shared RPC ops error path.
use crate::;
use Error as ThisError;
///
/// RequestOpsError
///
/// Errors produced during request dispatch or response handling.
///