terraform-plugin-sdk
terraform-plugin-sdk copied to clipboard
added a pointer-receiver accessor to RetryableError
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