The error when a request a client sends is incorrect and fails validation.
{ "type": "VALIDATION", "status": 422, "message": "Invalid request", "value_name": "author", "info": "author name is a bit too cringe"} Copy
{ "type": "VALIDATION", "status": 422, "message": "Invalid request", "value_name": "author", "info": "author name is a bit too cringe"}
Extra information about what went wrong.
A brief explanation of the error.
The HTTP status of the error.
The name of the value that failed validation.
The error when a request a client sends is incorrect and fails validation.
Example