Skip to content
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

hotfix: 에러 메시지 변경 #571

Merged
merged 1 commit into from
Dec 19, 2024
Merged

hotfix: 에러 메시지 변경 #571

merged 1 commit into from
Dec 19, 2024

Conversation

I-migi
Copy link
Collaborator

@I-migi I-migi commented Dec 19, 2024

PR에 대한 설명 🔍

기존 경기의 시간에 관해 에러 메시지를 변경했습니다.

@I-migi I-migi added the hotfix🥵 급한일 label Dec 19, 2024
@I-migi I-migi requested a review from a team December 19, 2024 07:02
@I-migi I-migi self-assigned this Dec 19, 2024
Copy link
Collaborator

@km2535 km2535 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잘 찾으셨습니다!

@@ -69,7 +69,7 @@ public enum ErrorCode {
LEAGUE_PARTICIPATION_ALREADY_CANCELED(409, "이미 참여 신청을 취소한 경기 일정입니다."),
CLUB_MEMBER_ALREADY_BANNED(409, "해당 회원은 이미 제제를 받은 상태입니다"),
LEAGUE_ALREADY_CANCELED(409, "해당하는 경기는 이미 취소된 경기입니다."),
LEAGUE_AT_LESS_THAN_THREE_HOUR_INTERVAL(409, "3시간 이후에 경기를 생성할있습니다."),
LEAGUE_AT_LESS_THAN_THREE_HOUR_INTERVAL(409, "경기를 생성할 수 없습니다. 기존에 등록된 경기 시간의 3시간 전후로는 새로운 경기를 등록할없습니다."),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

조금 더 디테일하게 작성하셨군요!

@I-migi I-migi merged commit 2e5ef70 into develop Dec 19, 2024
1 check passed
@I-migi I-migi deleted the hotfix-errorMessage branch December 19, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix🥵 급한일
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants