Click or drag to resize
ErrorCodes Class
Error codes defined by the JSON-RPC 2.0 specification.
Inheritance Hierarchy
SystemObject
  VSCode.JsonRpcErrorCodes

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public static class ErrorCodes

The ErrorCodes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInternalError
Internal JSON-RPC error.
Public fieldStatic memberInvalidParams
Invalid method parameter(s).
Public fieldStatic memberInvalidRequest
The JSON sent is not a valid Request object.
Public fieldStatic memberMethodNotFound
The method does not exist / is not available.
Public fieldStatic memberParseError
Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.
Top
See Also