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);
}