Function mz_lsp_server::backend::build_error
source ยท fn build_error(message: &'static str) -> Error
Expand description
Builds a tower_lsp::jsonrpc::Error
Use this function to map normal errors to the one the trait expects
fn build_error(message: &'static str) -> Error
Builds a tower_lsp::jsonrpc::Error
Use this function to map normal errors to the one the trait expects