-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] Custom Error handling 설정 #9
Comments
Branch chore/issue-9 created for issue: [BE] Custom Error handling 설정 |
chea-young
added a commit
that referenced
this issue
Dec 11, 2023
Custom exception 설정을 하기 위한, ErrorCode enum, CustomException, CustomExceptionHandler, ErrorDTO를 생성. CustomException 핸들링을 동작시키기 위한 Security 설정을 추가함. CustomException 핸들링 동작을 확인할 수 있는 test api 추가 (api/develop/v1/unauthorized, api/develop/v1/bad-request)
chea-young
added a commit
that referenced
this issue
Dec 11, 2023
dto에 error 폴더를 생성 뒤, request/response로 분리하여 관리하는 방법으로 변경
Merged
상세 플로우
Test 용 API
|
chea-young
pushed a commit
that referenced
this issue
Dec 13, 2023
code의 값이 null인 경우는 존재하지 않기 때문에 int 타입으로 변경
chea-young
added a commit
that referenced
this issue
Dec 13, 2023
chea-young
added a commit
that referenced
this issue
Dec 13, 2023
Custom exception 설정을 하기 위한, ErrorCode enum, CustomException, CustomExceptionHandler, ErrorDTO를 생성. CustomException 핸들링을 동작시키기 위한 Security 설정을 추가함. CustomException 핸들링 동작을 확인할 수 있는 test api 추가 (api/develop/v1/unauthorized, api/develop/v1/bad-request)
chea-young
added a commit
that referenced
this issue
Dec 13, 2023
dto에 error 폴더를 생성 뒤, request/response로 분리하여 관리하는 방법으로 변경
chea-young
pushed a commit
that referenced
this issue
Dec 13, 2023
code의 값이 null인 경우는 존재하지 않기 때문에 int 타입으로 변경
chea-young
added a commit
that referenced
this issue
Dec 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
⚙️ 환경설정할 부분
🔨 상세 작업 내용
📄 참고 사항
⏰ 예상 소요 기간
1시간
The text was updated successfully, but these errors were encountered: