﻿function onAjaxError(x, t, m) {
    if (t === "timeout") {
        apprise("Timeout Error");
    } else {
        apprise(t);
    }
 }
