I am calling an ASP.NET MVC action
public JsonResult GetPatient(string patientID) { ...
from JavaScript using jQuery. The following call wo
with $.getJSON()) there is no any error callback only you can track succeed callback and there no standard setting supported like beforeSend, statusCode, mimeType etc, if you want it use $.ajax().