거래로그의 오류 출력 부분 수정

- 오류 발생 시 AdapterErrorMessageHandler가 처리하여도 400 오류로 출력되도록 수정
- 업무 오류 발생 시 AdapterErrorMessageHandler가 처리하여도 에러 RECEAIINA001 출력
This commit is contained in:
curry772
2026-08-26 09:47:02 +09:00
parent 585a9e4520
commit e9fbffa87e
8 changed files with 46 additions and 18 deletions
@@ -717,7 +717,8 @@ public abstract class DefaultProcess extends Process {
return;
}
}
this.resEaiMsg.setRspErr("RECEAIINA001", "비표준 오류 응답 수신");
this.resEaiMsg.setOrgRspErrCd(this.resEaiMsg.getRspErrCd());
this.resEaiMsg.setRspErrCd(EAIMessageKeys.BWK_FAILMSG_CODE, false);
}
}