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
Fields
Fields related to the error
[JsonProperty(PropertyName = "fields")]
public List<string> Fields { get; set; }
Property Value
Message
Error message
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }