When axios interceptor catch error api fired customEvent with 'apiErrorEvent' name.
Event value contains in .detail field.
Field error contains in JSON Api sceme or default responsewindow.addEventListener('apiErrorEvent',evt => {console.log(evt.detail.errors);},false);