use crate::;
pub type CallResult = Result;
/// The Error type returned by `rpc_router.call...` functions.
///
/// NOTE: CallSuccess & CallError
/// are not designed to be the JSON-RPC Response
/// or Error, but to provide the necessary context
/// to build those, as well as the useful `method name`
/// context for tracing/login.
// region: --- Error Boilerplate
// endregion: --- Error Boilerplate