pub fn rpc_err<S: Serialize>( code: i32, msg: impl Into<String>, data: Option<S>, ) -> ErrorObjectOwned
Constructs a JSON-RPC error, consisting of code, message and optional data.
code
message
data