LSP::Data::ResponseError::Code
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.
Constructors
new(*args)
SourceInstance methods
to_json(*args)
Source