HTTP Error Code # and Status

I am using file manager and I am getting a error from the server. How do I know if the Error is “553”

Here is my sample code.

fileManager.attachEvent(“onErrorResponse”, function(queryparms,payload){
// Log the response
payload = JSON.parse(payload);
log(payload,true);
}

BUMP

Unfortunately, the onErrorResponse event doesn’t provide access to request properties.

You can get to the XHR object and its status only for a custom AJAX request sent within a handler proxy. Please, check: http://webix.com/snippet/f660ead4