Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: On certain errors, during polling, cause the following error to be thrown: TypeError: Cannot read property 'statusCode' of undefined This is caused when we try to access the 'response' property on the error object in the error handler (`catch(error)`). It goes missing when the error was fatal, for example, network error, thus no server response available. References: * Issue #281: #281 * Reported-by: @dimawebmaker
- Loading branch information