JQuery Ajax 500 Radzenie sobie

$.ajax({
    statusCode: {
        500: function() {
          alert("Script exhausted");
        }
     }
});
Prasad Gayan