JSONRPC

Inherits: Object

There is currently no description for this class. Please help us by contributing one!

Methods

Dictionary

make_notification ( String method, Variant params )

Dictionary

make_request ( String method, Variant params, Variant id )

Dictionary

make_response ( Variant result, Variant id )

Dictionary

make_response_error ( int code, String message, Variant id=null ) const

Variant

process_action ( Variant action, bool recurse=false )

String

process_string ( String action )

void

set_scope ( String scope, Object target )


Enumerations

enum ErrorCode:

ErrorCode PARSE_ERROR = -32700

There is currently no description for this enum. Please help us by contributing one!

ErrorCode INVALID_REQUEST = -32600

There is currently no description for this enum. Please help us by contributing one!

ErrorCode METHOD_NOT_FOUND = -32601

There is currently no description for this enum. Please help us by contributing one!

ErrorCode INVALID_PARAMS = -32602

There is currently no description for this enum. Please help us by contributing one!

ErrorCode INTERNAL_ERROR = -32603

There is currently no description for this enum. Please help us by contributing one!


Method Descriptions

Dictionary make_notification ( String method, Variant params )

There is currently no description for this method. Please help us by contributing one!


Dictionary make_request ( String method, Variant params, Variant id )

There is currently no description for this method. Please help us by contributing one!


Dictionary make_response ( Variant result, Variant id )

There is currently no description for this method. Please help us by contributing one!


Dictionary make_response_error ( int code, String message, Variant id=null ) const

There is currently no description for this method. Please help us by contributing one!


Variant process_action ( Variant action, bool recurse=false )

There is currently no description for this method. Please help us by contributing one!


String process_string ( String action )

There is currently no description for this method. Please help us by contributing one!


void set_scope ( String scope, Object target )

There is currently no description for this method. Please help us by contributing one!