Skip to main content

enqueue_parse_error_response

Function enqueue_parse_error_response 

Source
async fn enqueue_parse_error_response(
    outbound_tx: &Sender<TxJsonRpcMessage<RoleServer>>,
    err_msg: JsonRpcError,
    context: &'static str,
)