-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
base_rest: improve exception wrapped info #76
Conversation
Your rest app can now raise an exception that provide 'rest_json_info' attribute. This attribute must be a dict and should contain relevant - but not sensitive - info on the error occured (eg: a link to a tracking system w/ a reference to the error).
Hi @lmignon, |
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
Thank you @simahawk ! |
It looks like something changed on |
Congratulations, your PR was merged at ba7d39f. Thanks a lot for contributing to OCA. ❤️ |
Your rest app can now raise an exception that provide 'rest_json_info' attribute.
This attribute must be a dict and should contain relevant - but not sensitive - info
on the error occured (eg: a link to a tracking system w/ a reference to the error).