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
We should have a way to indicate a transient connection error in the ApiFailure class. USPS, for example, will sometimes return a successful response with a payload that indicates a transient error has occurred. If the request is re-tried later, it will most likely be successful.
The text was updated successfully, but these errors were encountered:
We should have a way to indicate a transient connection error in the
ApiFailure
class. USPS, for example, will sometimes return a successful response with a payload that indicates a transient error has occurred. If the request is re-tried later, it will most likely be successful.The text was updated successfully, but these errors were encountered: