default
Api Code Documentation / Exports / service/RpcResponse.h / default
service/RpcResponse.h.default
JSON-RPC response.
#
Table of contents#
Properties#
Properties#
error• Readonly
error: null
| Error
Error object, if method invocation failed.
#
Defined insrc/service/RpcResponse.h.ts:14
#
id• Readonly
id: null
| string
| number
Identifier of the request associated with the response, if any.
#
Defined insrc/service/RpcResponse.h.ts:19
#
result• Readonly
result: any
Result of the invoked method, if successful.