LSP::Protocol::ErrorCodes
Inherits Enum / Comparable / Value / Object
Constants
ParseError = -32700
Defined by JSON RPC
InvalidRequest = -32600
MethodNotFound = -32601
InvalidParams = -32602
InternalError = -32603
ServerErrorStart = -32099
ServerErrorEnd = -32000
ServerNotInitialized = -32002
UnknownErrorCode = -32001
RequestCancelled = -32800
Defined by the protocol.