appoptics / appoptics-api-go

The official Go client for the AppOptics metrics API
https://docs.appoptics.com/api/
Apache License 2.0
4 stars 7 forks source link

Extend error response #63

Closed trevrosen closed 5 years ago

trevrosen commented 5 years ago

What

Extend error responses with a pointer to the original http.Response

Why

The AO Terraform provider relies on access to the underlying response status code in order to know whether to retry.