Hide Forgot
Description of problem: According to BZ#787295, every error message should have Exit_code attribute, after check the code of rest api, now only keys_controller.rb fills Exit_code attribute in returned message. The following script does not fill Exit_code attribute: emb_cart_controller.rb emb_cart_events_controller.rb domains_controller.rb app_events_controller.rb descriptors_controller.rb user_controller.rb I use 'find cloud-sdk/ | xargs grep ":error"' to filter the script and check all error message items. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Checked again on devenv_1648, issue still can be reproduced. Since the most of the error messages do not contain exit code, so this issue blocked US1895. Raise the priority to high.
Verified this bug with devenv_stage_139, and PASS. Because gears_controller.rb is newly added, and found a minor issue, I opened another bug to track, mark this bug as "verified"