Skip to content
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

Error objects should contain information about transport (e.g., HTTP response) #321

Closed
bradjones1 opened this issue Oct 7, 2022 · 1 comment

Comments

@bradjones1
Copy link

Is your feature request related to a problem? Please describe.

I am implementing the client in a project and would like to include information from the error response (e.g., a header containing a distributed trace ID) in my client-side error recovery.

Describe the solution you'd like

Error objects should include the response (e.g. in the case of HTTP transport) or other transport-appropriate equivalent.

Describe alternatives you've considered

I don't think there really is one?

Additional context

Similar to #101

@bradjones1
Copy link
Author

LOL this is a duplicate of my own #306.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant