ErrorResponse Class

Definition

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

Name Description
ErrorResponse()

Properties

Name Description
AdditionalData

Additional data returned in the call.

Error

The Error returned by the service.

Applies to