Skip to content

Commit

Permalink
♻️ Refactor: 예외내역 Message 값 추가
Browse files Browse the repository at this point in the history
- 관련 : #313
  • Loading branch information
hosung-222 committed Sep 18, 2024
1 parent f833b7d commit 1d2fbf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public enum ErrorStatus implements BaseErrorCode {

NOT_FOUND_SCHEDULE_FAILURE(HttpStatus.NOT_FOUND, "일정을 찾을 수 없습니다. (참여한 일정이 아니거나, 일정 정보가 없습니다)"),

NOT_FOUND_PARTICIPANT_FAILURE(HttpStatus.NOT_FOUND, "일정의 참여자를 찾을 수 없습니다."),
NOT_FOUND_PARTICIPANT_FAILURE(HttpStatus.NOT_FOUND, "일정의 참여자를 찾을 수 없습니다. (모임 스케줄의 경우 초대에 수락하지 않았을 수 있습니다"),

NOT_FOUND_CATEGORY_FAILURE(HttpStatus.NOT_FOUND, "카테고리를 찾을 수 없습니다."),

Expand Down

0 comments on commit 1d2fbf4

Please sign in to comment.