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
My deferFn is rejected, however my run() call is resolved. Run() returns the Error which caused the rejection. This means that I have to check whether response is valid or an Error.
What I expect is the run() call to reject when deferFn rejects.