terraform-plugin-sdk icon indicating copy to clipboard operation
terraform-plugin-sdk copied to clipboard

added a pointer-receiver accessor to RetryableError

Open cgbaker opened this issue 5 years ago • 1 comments

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

cgbaker avatar Jul 08 '20 13:07 cgbaker

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 12 '22 18:03 hashicorp-cla