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

added a pointer-receiver accessor to RetryableError #494

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cgbaker
Copy link

@cgbaker cgbaker commented Jul 8, 2020

this makes for more convenient extraction of the error in cases where a provider would like it.

for example, when using the same function with and without resource.Retry, it's nice to be able to get to the base error without manually inspecting nullity

@paddycarver paddycarver added this to the v2.x (next minor) milestone Jul 10, 2020
@paddycarver paddycarver added the enhancement New feature or request label Jul 10, 2020
@paddycarver paddycarver removed this from the v2.x (next minor) milestone Dec 17, 2020
Base automatically changed from master to main March 22, 2021 14:01
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 12, 2022

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

None yet

3 participants