-
Notifications
You must be signed in to change notification settings - Fork 115
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
React properly to 422: Validation Failed. Status has already been tak… #261
Conversation
Updated to ignore more kinds of 422 validation failed errors and to merge cleanly into latest master. |
I had to revert this :/ It broke the --json option which expects a response to be returned. |
That's unfortunate. If I recall correctly, this PR was a bit of a kludge due to the way the API works. I'll have to see if there's a better way to implement that is more compatible. |
Thinking about getting rid of ApiError and NotFoundError exception throwing, as these are the root cause of the incompatibility with --json. What do you think? |
This addresses issue #256