JsonApiError¶
class in JsonApiToolkit.Models.Errors
JSON:API error object with status, title, detail, code, source, and meta.
Constructors¶
JsonApiError()¶
Properties¶
Id : string¶
Unique identifier for this error.
Status : string¶
HTTP status code as a string.
Code : string¶
Application-specific error code.
Title : string¶
Short, human-readable summary of the error.
Detail : string¶
Detailed explanation of the error.
Source : ErrorSource¶
Location in the request where the error occurred.
Meta : Dictionary¶
Additional metadata about the error.