Error processing
if (error.status === 404) { Utils.showErrorPage(error.status, MESSAGES.JOB_NOT_FOUND); return; } Utils.showErrorPage(error.status, MESSAGES['ERROR_' + error.status]);