pub fn rpc_err(
code: i32,
msg: impl Into<String>,
data: Option<&[u8]>,
) -> ErrorObject<'static>Available on crate feature
node-api only.Expand description
Constructs a JSON-RPC error, consisting of code, message and optional data.