SessionGeneralContext Struct

Definition

Extended return value information for RenderingSession and RemoteRenderingClient async calls.

public value class SessionGeneralContext
public struct SessionGeneralContext
type SessionGeneralContext = struct
Public Structure SessionGeneralContext
Inheritance
SessionGeneralContext

Fields

ErrorMessage

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

HttpResponseCode

HTTP response code.

RequestCorrelationVector

Request correlation vector, as reported by the service.

ResponseCorrelationVector

Response correlation vector, as reported by the service.

Result

See Result for details in case of failure.

Applies to

See also