pub fn batch_response_error(
id: Id<'_>,
err: impl Into<ErrorObject<'static>>,
) -> String
Available on crate feature
server
only.Expand description
Create a JSON-RPC error response.
pub fn batch_response_error(
id: Id<'_>,
err: impl Into<ErrorObject<'static>>,
) -> String
server
only.Create a JSON-RPC error response.