Click or drag to resize
ErrorCodes Fields

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