Class JsonApiErrorObject

Namespace
Subsembly.Json
Assembly
Subsembly.Json.dll

Represents an Error Object per JSON API specification.

public class JsonApiErrorObject : JsonObject, ICloneable
Inheritance
JsonApiErrorObject
Implements
Inherited Members

Properties

Code

public string Code { get; set; }

Property Value

string

Detail

public string Detail { get; set; }

Property Value

string

Meta

public JsonObject Meta { get; }

Property Value

JsonObject

Title

public string Title { get; set; }

Property Value

string