Class JsonApiErrorObject
Represents an Error Object per JSON API specification.
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.String |
Detail
Declaration
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Meta
Declaration
public JsonObject Meta { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ICloneable