I have a global $(document).ajaxError handler that takes care of most errors for me just in case there is ever an unexpected 500 error or something. However, there are times when I want to catch errors locally in a script and then prevent that global error handler from being called. Is there a way to do this such as you would with an event.stopPropagation()? handler t