I'm having trouble finding documentation on the jQuery ajax error. I'd like to create a function that is able to get the name of the web service that was called in order to report the error.
Is there a way in the error function to get the name of the function called?
error: function() {
//not sure what is available here
}
I'd appreciate any documentation on what's available in the error function.