-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
Not defined
Context:
Sometimes, we need to clean up after an API call. The current implementation of the error handling component does not easily allow that because we have to currently do this in the success call and the failure callback as well. See discussion here
AT:
- Add a callback to that is invoked after an API call regardless of whether it failed or not
- Use the new callback where necessary to eliminate code redundancy.