Hello Leander,
400 Bad Request: Indicates malformed request data.
401 Unauthorized: Indicates authentication is required or has failed.
412 Precondition Failed: Indicates that the request failed due to unmet preconditions.
500 Internal Server Error: Indicates a generic server-side issue.
You can include a type
field to specify the error type, a code
field for the HTTP status code, and a message
field with a human-readable explanation of the error. Adapt the "message"
field to provide clear guidance based on the specific error conditions in your application.
Best Regards,