-
Notifications
You must be signed in to change notification settings - Fork 13
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
Errors from ServiceX that aren't JSON do not tell us much #61
Comments
I like the example of the Twilio API here, i.e. we should use correct HTTP status codes and send back a JSON body containing additional information (I think we already do this in many cases). We shouldn't send back HTML if there is an error requesting an API resource. The frontend client can then use conditional logic to raise an appropriate |
That would be fine - one would need to add a story to the servicex app that scans for all "exceptions" and make sure they come back properly. |
Essentially the same complaint as #502 (except we want the request ID too) |
…ing Errors from ServiceX that aren't JSON do not tell us much #61)
…ing Errors from ServiceX that aren't JSON do not tell us much #61)
…ing Errors from ServiceX that aren't JSON do not tell us much #61)
Resolved by #501 |
As a user I want to be able to understand what errors are comming back from servicex when the service totally fails:
The text was updated successfully, but these errors were encountered: