Return 200 and an empty body, which leads to the error callback with Jquery : ``` coffee error: (response, status, body) => ``` ``` status "parsererror" > body SyntaxError {} > response.status 200 > response.statusText "OK" ```
Return 200 and an empty body, which leads to the error callback with Jquery :