MESSAGE_EXCEPTION code 오타 수정

dev
박성영 5 months ago
parent 7ded2c83da
commit 7704cfa3e3

@ -63,7 +63,7 @@ $(document).ajaxError( function( event, jqxhr, settings, exception ){
}
} else if(jqxhr.responseJSON.errorCode === "MessageException") {
alert(jqxhr.responseJSON.message);
} else if(jqxhr.responseJSON.errorCode === "MESSAGE") {
} else if(jqxhr.responseJSON.errorCode === "MESSAGE_EXCEPTION") {
alert(jqxhr.responseJSON.message);
} else {
alert("에러가 발생했습니다.\n\nERROR CODE : "+jqxhr.responseJSON.errorCode+"\nMESSAGE : "+jqxhr.responseJSON.message);

Loading…
Cancel
Save