ErrorSource¶
class in JsonApiToolkit.Models.Errors
Identifies the source of an error (JSON pointer or query parameter).
Constructors¶
ErrorSource()¶
Properties¶
Pointer : string¶
JSON Pointer to the error location in request body (e.g., "/data/attributes/title").
Parameter : string¶
Query parameter that caused the error.