Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a distinctive "code" to all ValidationErrors #252

Open
brunobord opened this issue Aug 28, 2017 · 0 comments
Open

Add a distinctive "code" to all ValidationErrors #252

brunobord opened this issue Aug 28, 2017 · 0 comments

Comments

@brunobord
Copy link
Contributor

As the Django documentation suggests, Django ValidationErrors exceptions should

Provide a descriptive error code to the constructor

This was a "django-only" feature, and was not compatible with DRF errors embedded in the version <=3.3.

When the #239 will be closed, we'll have to make a pass on every ValidationError raised in our code, and provide the appropriate code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant