mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-10 19:56:40 +03:00
Mention RFC7807
in the Errors & Exception Handling
section
This commit is contained in:
parent
4e65208844
commit
231773a58b
|
@ -1587,6 +1587,8 @@ That's why we'll split things into two - **general guidelines**, followed by som
|
|||
1. Use DRF's default exceptions, with very little modifications.
|
||||
1. HackSoft's proposed approach.
|
||||
|
||||
If you are looking for a standard way to structure your error responses, **check RFC7807** - <https://datatracker.ietf.org/doc/html/rfc7807> (as proposed here - <https://github.com/HackSoftware/Django-Styleguide/issues/133>)
|
||||
|
||||
### How exception handling works (in the context of DRF)
|
||||
|
||||
DRF has an excellent guide on how exceptions are being handled, so make sure to read it first - <https://www.django-rest-framework.org/api-guide/exceptions/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user