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

Fix to make Resource.error_handler not swallow error_codes #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

quodlibetor
Copy link

This propagates them to the response envelope without needing to subclass Resource. It passes my limited test suite, which does create a bunch of responses without errors, so I think it probably works OK.

This propagates them to the response envelope without needing to subclass Resource
Conflict is useful to have since it's the (I think) most logical way
to represent an e.g. username conflict.

Gone is just weird to me that it exists, so I added it because I was
there
and that they get moved into the envelope, if it exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant