drf-standardized-errors
drf-standardized-errors copied to clipboard
Standardize your DRF API error responses
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](https://github.com/PyCQA/flake8/compare/7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.15.0)
Add support for adding 'extra details' (meta) in error response Example: We have a REST API 'add-employee'. It adds employee with given information into Django Database. It checks if employee...
I'm implementing `drf-standardized-errors` in my DRF project and encountering an issue where 404 exceptions are not being included in the OpenAPI schema, despite being correctly configured and working in the...
Hi dear maintainer, We are using this library for our project and it is amazing. The only thing we have noticed (we are using `structlog` + `django-structlog` + `structlog-sentry`), the...
Hi! And thank you for useful package. Recently I noticed that `type` field doesn't display in `Example Value` tab for 400 error. I just setup example from [drf](https://www.django-rest-framework.org/tutorial/quickstart/#quickstart), [drf-spectacular ](https://drf-spectacular.readthedocs.io/en/latest/readme.html#installation)...
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.1...v1.18.2)