Struct SessionGeneralContext

Extended return value information for RenderingSession and RemoteRenderingClient async calls.

struct Microsoft::Azure::RemoteRendering::SessionGeneralContext

Fields

Result

See Result for details in case of failure.

Microsoft::Azure::RemoteRendering::Result Result{};

HttpResponseCode

HTTP response code.

uint32_t HttpResponseCode{};

ErrorMessage

Depending on the type of error, this string may contain additional information.

std::string ErrorMessage{};

RequestCorrelationVector

Request correlation vector, as reported by the service.

If you request assistance from the Remote Rendering service team, you may be asked to provide this information, for the team to be able to find all relevant data to debug an issue.

std::string RequestCorrelationVector{};

ResponseCorrelationVector

Response correlation vector, as reported by the service.

If you request assistance from the Remote Rendering service team, you may be asked to provide this information, for the team to be able to find all relevant data to debug an issue.

std::string ResponseCorrelationVector{};

See also