Documentation
Preparing search index...
IMQRPCResponse
Interface IMQRPCResponse
Response message data structure, which service replies to handled requests.
interface
IMQRPCResponse
{
data
:
null
|
JsonObject
;
error
:
null
|
IMQRPCError
;
request
:
IMQRPCRequest
;
to
:
string
;
[
key
:
string
]:
AnyJson
;
}
Hierarchy
JsonObject
IMQRPCResponse
Indexable
[
key
:
string
]:
AnyJson
Index
Properties
data
error
request
to
Properties
data
data
:
null
|
JsonObject
error
error
:
null
|
IMQRPCError
request
request
:
IMQRPCRequest
to
to
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
error
request
to
Documentation
Loading...
Response message data structure, which service replies to handled requests.