Searched defs:LspError (Results 1 – 3 of 3) sorted by relevance
67 struct LspError { struct72 impl LspError { impl73 fn new(code: i32, message: String) -> LspError { in new()78 impl fmt::Display for LspError { implementation84 impl std::error::Error for LspError {} implementation
15 pub(crate) fn invalid_params_error(message: String) -> LspError { in invalid_params_error()
1405 pub(crate) fn rename_error(err: RenameError) -> crate::LspError { in rename_error()