alert(xhr.status); // пoкaжeм oтвeт сeрвeрa alert(thrownError); // и тeкст oшибки
document.getElementById('error').innerHTML=xhr.status + " " + thrownError;