- Provide a general overview of API error handling.
- Explain how the response object differs for a 422 status code compared to other errors, and that the
detaillist can contain multiple validation errors. - Provide an example of a 422 error.
- Explain that for error objects other than 422, the
detaillist will contain only a single error. - Provide an example of a pair of errors that are not 422.