I have the following code:
entityResource.save(formData,
function (result) {
....
}, function (result) {
...
});
If the function save fails and returns http://abc.com/api/Content 400 (Bad Request) then this is valid as I display a message.
Is there a way I can stop this showing as a failure in the console of Chrome?