Class GraphErrorPayload
Official Graph API error response payload.
Inheritance
GraphErrorPayload
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public class GraphErrorPayload
Properties
|
Edit this page
View Source
Code
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
|
Edit this page
View Source
InnerError
Declaration
[JsonProperty("innerError")]
public GraphInnerError InnerError { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
Extension Methods