You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gogol doesn't offer much context for API errors right now, since it uses checkStatus to throw ServiceError on non-success response statuses. (And checkStatus doesn't have access to the response body.)
Is this intentional, or a planned change in the future? It's hard to work with these APIs without any error context beyond the raw status code.
These libraries (amazonka etc) are amazing btw 👍😀🔧
The text was updated successfully, but these errors were encountered:
gogol
doesn't offer much context for API errors right now, since it usescheckStatus
to throwServiceError
on non-success response statuses. (AndcheckStatus
doesn't have access to the response body.)Is this intentional, or a planned change in the future? It's hard to work with these APIs without any error context beyond the raw status code.
These libraries (
amazonka
etc) are amazing btw 👍😀🔧The text was updated successfully, but these errors were encountered: