|
|
|
|
@ -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);
|
|
|
|
|
|