Table of Contents

Class CompositeSubrequestError

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

Properties

ErrorCode

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

Property Value

string

Fields

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

Property Value

List<string>

Message

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

Property Value

string