Function jsonrpsee_server::batch_response_error
source ยท pub fn batch_response_error(
id: Id<'_>,
err: impl Into<ErrorObject<'static>>,
) -> String
Expand description
Create a JSON-RPC error response.
pub fn batch_response_error(
id: Id<'_>,
err: impl Into<ErrorObject<'static>>,
) -> String
Create a JSON-RPC error response.