# DRF Standardized Errors Standardize your [DRF](https://www.django-rest-framework.org/) API error responses. ```{toctree} :caption: Table of Contents quickstart.md settings.md error_response.md customization.md faq.md gotchas.md openapi.md openapi_sample_description.md contibuting.md release.md changelog.md ``` ## Credits This package was inspired by [DRF Exceptions Hog](https://github.com/PostHog/drf-exceptions-hog) but, with an emphasis on the ability to customize the error response format to your liking while keeping the implementation of the exception handler as close as possible to the original DRF implementation.