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