Sha256: b501857e69712decab75c31e4cbc22c3d88c91c6d71233bf036bcdd6687acfbe
Contents?: true
Size: 487 Bytes
Versions: 6
Compression:
Stored size: 487 Bytes
Contents
module LanguageServer module Protocol module Constant module ErrorCodes PARSE_ERROR = -32700 INVALID_REQUEST = -32600 METHOD_NOT_FOUND = -32601 INVALID_PARAMS = -32602 INTERNAL_ERROR = -32603 SERVER_ERROR_START = -32099 SERVER_ERROR_END = -32000 SERVER_NOT_INITIALIZED = -32002 UNKNOWN_ERROR_CODE = -32001 REQUEST_CANCELLED = -32800 CONTENT_MODIFIED = -32801 end end end end
Version data entries
6 entries across 6 versions & 1 rubygems