Description
Our error handling code, while working is somewhat byzantine, it basically catches to much within the code and then recovers to early. The idea is to remove all the catches in ajax response and the ajax utils to have the ajaxrequest object dealing with it.
The result is leaner and somewhat cleaner code.