Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMQRPCResponse

Response message data structure, which service replies to handled requests.

Hierarchy

  • IJson
    • IMQRPCResponse

Indexable

[name: string]: number | string | boolean | null | IJson | any | number[] | string[] | boolean[] | null[] | IJson[] | any[]

Response message data structure, which service replies to handled requests.

Index

Properties

Properties

data

data: IJson | null

error

error: IMQRPCError | null

request

request: IMQRPCRequest

to

to: string