DJB 표준전문 및 오류 응답 관련 수정

This commit is contained in:
curry772
2026-06-17 19:23:27 +09:00
parent 30b04e6e19
commit 96fae0c53e
5 changed files with 26 additions and 21 deletions
@@ -488,6 +488,8 @@ public final class MessageUtil {
}
if (EAIServiceMonitor.getInstance().isTimeOutCodes(oldErrCode) ){ //TIMEOUT일경우
return STDMessageErrorKeys.TIMEOUT_ERROR_DESC_VALUE;
}else if (EAIServiceMonitor.getInstance().isBizErrorCodes(oldErrCode)){ //업무오류일경우
return STDMessageErrorKeys.BIZ_ERROR_DESC_VALUE;
}else{
return STDMessageErrorKeys.SYSTEM_ERROR_DESC_VALUE;
}