Closed trevrosen closed 4 years ago
Fixes #71
Fixes an issue where clients depending on ErrorResponse.Error() (such as Terraform Providers) won't just see a blank string.
ErrorResponse.Error()
CLI tools depending on this client need to have something useful in the string version of returned errors.
Fixes #71
What
Fixes an issue where clients depending on
ErrorResponse.Error()
(such as Terraform Providers) won't just see a blank string.Why
CLI tools depending on this client need to have something useful in the string version of returned errors.