Class JsonApiErrorObject
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
Detail
public string Detail { get; set; }
Property Value
Meta
public JsonObject Meta { get; }
Property Value
Title
public string Title { get; set; }