ErrorResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error response object from the service on an unsuccessful call.
[Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)]
public class ErrorResponse
[<Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)>]
type ErrorResponse = class
Public Class ErrorResponse
- Inheritance
-
ErrorResponse
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ErrorResponse() |
Properties
AdditionalData |
Additional data returned in the call. |
Error |
The Error returned by the service. |