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
I'm working with an api where sometimes the res.statusCode for a request is 503 but the err.code isn't. This means call.retryIf is never called because err is undefined.
I'm working with an api where sometimes the
res.statusCode
for a request is 503 but theerr.code
isn't. This meanscall.retryIf
is never called becauseerr
is undefined.My attempted remedy:
Gives:
TypeError: _tryRequest.backoff is not a function
The text was updated successfully, but these errors were encountered: