-
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
refactor: 리쿠르팅과 모집회차의 에러코드 분리 #475
refactor: 리쿠르팅과 모집회차의 에러코드 분리 #475
Conversation
워크스루
변경 사항
연계된 이슈에 대한 평가
시
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Job Summary for GradleCheck Style and Test to Develop :: build-test
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- src/main/java/com/gdschongik/gdsc/global/exception/ErrorCode.java (1 hunks)
Additional comments not posted (4)
src/main/java/com/gdschongik/gdsc/global/exception/ErrorCode.java (4)
86-86
: 추가된 모집회차 오류 코드 승인
RECRUITMENT_ROUND_NOT_FOUND
오류 코드가 추가되었으며, 모집회차가 존재하지 않을 때 발생하는 상황에 적합합니다.
86-86
: 수정된 모집회차 오류 코드 승인
RECRUITMENT_ROUND_TYPE_OVERLAP
오류 코드가 수정되었으며, 모집 차수가 중복될 때 적절한 메시지를 제공합니다.
86-86
: 수정된 모집회차 시작일 오류 코드 승인
RECRUITMENT_ROUND_STARTDATE_ALREADY_PASSED
오류 코드가 수정되었으며, 이미 시작일이 지난 모집회차에 대해 적절한 메시지를 제공합니다.
86-86
: 수정된 1차 모집 오류 코드 승인
ROUND_ONE_DOES_NOT_EXIST
오류 코드가 수정되었으며, 1차 모집이 존재하지 않을 때 발생하는 상황에 적합합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR 제목 ErrorCode나 에러코드...? 가 어떨까 싶어요
lgtm
🌱 관련 이슈
📌 작업 내용 및 특이사항
📝 참고사항
📚 기타
Summary by CodeRabbit