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

Revisit Retry Errors #68

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Revisit Retry Errors #68

merged 1 commit into from
Jul 16, 2024

Conversation

spjmurray
Copy link
Member

We need access to potentially both errors from a retry, and as chance may have it, this is now possible due to go supporting error trees, so you can unwrap multiple errors and Is/As will work as you'd expect.

We need access to potentially both errors from a retry, and as chance
may have it, this is now possible due to go supporting error trees, so
you can unwrap multiple errors and Is/As will work as you'd expect.
@spjmurray spjmurray merged commit 69b97cb into main Jul 16, 2024
2 checks passed
@spjmurray spjmurray deleted the retry_errors branch July 16, 2024 08:47
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

Successfully merging this pull request may close these issues.

1 participant