Table of Contents

Class ErrorResponse

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class ErrorResponse
Inheritance
ErrorResponse
Inherited Members

Properties

AdditionalData

Additional data

[JsonExtensionData]
public Dictionary<string, JToken> AdditionalData { get; set; }

Property Value

Dictionary<string, JToken>

ErrorCode

Error code

[JsonProperty(PropertyName = "errorCode")]
public string ErrorCode { get; set; }

Property Value

string

Fields

Fields related to the error

[JsonProperty(PropertyName = "fields")]
public List<string> Fields { get; set; }

Property Value

List<string>

Message

Error message

[JsonProperty(PropertyName = "message")]
public string Message { get; set; }

Property Value

string