JsonApiException¶
class in JsonApiToolkit.Models.Errors
Base class for JSON:API exceptions with status code, code, source, and meta.
Properties¶
StatusCode : int¶
HTTP status code for the error.
Code : string¶
Application-specific error code.
ErrorSource : ErrorSource¶
Location in the request where the error occurred.
Meta : Dictionary¶
Additional metadata about the error.