You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Hard to tell whether want to pass the stack trace into the error message and send back to client. On one hand the exception message may disclosure some internal information from server which the server owner may not want to share it with all clients (like http internal server error). On the other hand by giving more error information, client can know more about what's happening.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, the error frame description does not include any information about what failed:
https://github.com/uber/tchannel-python/blob/master/tchannel/tornado/dispatch.py#L231
We should consider adding
e.message
to the error frame for more informationcc @jcorbin
The text was updated successfully, but these errors were encountered: