I have a 2-part question.
- How can I globally handle errors in Parse (Backbone)
- Such that whenever a connection error occurs, an alert is shown and the request is resent after the alert is hidden.
Part 1 is already answered here. My confusion is in resending the request when the global error handler expressed in that answer doesn't point to the location of the original request, as well as the success and error callbacks it defines.