Constructs an outgoing response.
The output stream that holds the response.
The status of the response.
OptionalexceptionId: stringThe type ID of the exception, when the response carries an exception other than a user exception.
OptionalexceptionDetails: stringThe full details of the exception, when the response carries an exception other than a user exception.
The exception details marshaled into the response. It's null when replyStatus is ReplyStatus.Ok or ReplyStatus.UserException.
The exception ID of the response. It's empty when replyStatus is ReplyStatus.Ok or
ReplyStatus.UserException. Otherwise, this ID is the value returned by
LocalException#ice_id. For other exceptions, this ID is the value returned by Error#name.
The output stream buffer of the response.
The reply status of the response.
The number of bytes in the response's payload.
Represents the response to an incoming request. It's returned by Object#dispatch.