mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
parent
dbb62b5baa
commit
b2f2621c17
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ pub enum ErrorCode {
|
|||
ServerNotInitialized = -32002,
|
||||
UnknownErrorCode = -32001,
|
||||
RequestCancelled = -32800,
|
||||
ContentModified = -32801,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue