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
Right now, the different errors that can come out of the HTTPS driver are not consistent in the keys they return, nor do they have a lot of details to help someone debug, forcing them in some cases to use curl side-by-side when the EF could just return more helpful details, instead.
The HTTPError was fixed in a soon-to-be-discarded branch here by changing that except block to —
Right now, the different errors that can come out of the HTTPS driver are not consistent in the keys they return, nor do they have a lot of details to help someone debug, forcing them in some cases to use curl side-by-side when the EF could just return more helpful details, instead.
The HTTPError was fixed in a soon-to-be-discarded branch here by changing that except block to —
We want to migrate that code and also standardize the other errors on having a subset of keys
{"error", "url", "status", "reason", "body"}
.The text was updated successfully, but these errors were encountered: