Class JsonApiErrorObject
Represents an Error Object per JSON API specification.
Implements
Inherited Members
Namespace: Subsembly.Json
Assembly: Subsembly.Json.dll
Syntax
public class JsonApiErrorObject : JsonObject, ICloneable
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Detail
Declaration
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
Meta
Declaration
public JsonObject Meta { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |