aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

fix: fix errors found in regression of some operation errors bubbling up #76

Closed madhuravius closed 2 years ago

madhuravius commented 2 years ago

This should fix possible errors when non-swagger errors bubble up within the client.

image

This was handled for all errors that are non-client non-swagger errors and is very specific when the Payload is nil and wasn't accounted for in a unit test.