> For the complete documentation index, see [llms.txt](https://docs.africanies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.africanies.com/introduction/error-handling.md).

# Error Handling

The API uses standard HTTP status codes:

* `200` - Success
* `400` - Bad Request
* `424` - Bad Request
* `401` - Unauthorized
* `404` - Not Found
* `500` - Internal Server Error
