Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ OutgoingResponse() [1/3]

Ice::OutgoingResponse::OutgoingResponse ( ReplyStatus replyStatus,
std::string exceptionId,
std::string exceptionDetails,
OutputStream outputStream,
const Current & current )
noexcept

Constructs an OutgoingResponse object.

Parameters
replyStatusThe status of the response.
exceptionIdThe type ID of the exception, when the response carries an exception other than a user exception.
exceptionDetailsThe full details of the exception, when the response carries an exception other than a user exception.
outputStreamThe output stream that holds the response.
currentA reference to the Current object of the request.