JSONRPC

Inherits: Object

Methods

Dictionarymake_notification ( String method, Variant params )
Dictionarymake_request ( String method, Variant params, Variant id )
Dictionarymake_response ( Variant result, Variant id )
Dictionarymake_response_error ( int code, String message, Variant id=null ) const
Variantprocess_action ( Variant action, bool recurse=false )
Stringprocess_string ( String action )
voidset_scope ( String scope, Object target )

Enumerations

enum ErrorCode:

  • PARSE_ERROR = -32700
  • INVALID_REQUEST = -32600
  • METHOD_NOT_FOUND = -32601
  • INVALID_PARAMS = -32602
  • INTERNAL_ERROR = -32603

Method Descriptions