When do a jQuery.ajax
call, and it fails, the function assigned to the error
option provides very sparse error information, yet when I use Chrome developer tools, the network tab, I see the response includes an HTML document with a much more verbose and informative explanation of the error.
Can I get this kind of error information back from the $.ajax
call, and if so, how?