-
Notifications
You must be signed in to change notification settings - Fork 9
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
BugFix: Updated API Error Handling In Response #1323
Conversation
Openshift URLs for the PR Deployment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Links to Jira Tickets
n/a
Description of Changes
Small update to the API error handling. In some cases, it would return an empty object instead of any useful error information. Now correctly parses out the error name and message when returning an error response from the API.
Testing Notes
For an error (throw new Error('blah') in the API. See that the response in the frontend network tab shows the error message.