Interface IGraphResponse<T>
The response got in exchange of a IGraphRequest<T>.
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphResponse<T> : IGraphExchange<T>, IGraphExchange
Type Parameters
Name | Description |
---|---|
T | Type of the body of response. |
Properties
ErrorContent
Gets the content of the error.
Declaration
string ErrorContent { get; }
Property Value
Type | Description |
---|---|
String |
ReasonPhrase
Gets the reason phrase.
Declaration
string ReasonPhrase { get; }
Property Value
Type | Description |
---|---|
String |
Status
Gets the status of response.
Declaration
ResponseStatus Status { get; }
Property Value
Type | Description |
---|---|
ResponseStatus |