pub const SERVER_NOT_INITIALIZED: i64 = -32002;
Expand description

Defined in the LSP specification but in the range reserved for JSON-RPC error codes, namely the -32099 to -32000 “Reserved for implementation-defined server-errors.” range. The code has, nonetheless, been left in this range for backwards compatibility reasons.