IMQRPCResponse interface

Response message data structure that a service replies with to handled requests.

Signature:

export interface IMQRPCResponse extends JsonObject 

Extends: JsonObject

Properties

Property

Modifiers

Type

Description

data

JsonObject | null

The value the service method returned, as JSON.

error

IMQRPCError | null

null on success, otherwise the failure descriptor.

request

IMQRPCRequest

The originating request, echoed back in full — method, arguments and metadata included.

to

string

Correlation identifier: the queue-assigned message id of the request this response answers.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.