Skip to content

Commit 850103f

Browse files
committed
fix: 맞춤형 추천코스 에러코드 추가
1 parent 61d0126 commit 850103f

File tree

1 file changed

+1
-1
lines changed
  • greatjourney/src/main/java/backend/greatjourney/global/exception

1 file changed

+1
-1
lines changed

greatjourney/src/main/java/backend/greatjourney/global/exception/ErrorCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public enum ErrorCode {
4646
COURSE_NOT_COMPLETED(HttpStatus.BAD_REQUEST, 400, "아직 코스를 완료하지 않았습니다."),
4747
REWARD_ALREADY_GRANTED(HttpStatus.CONFLICT, 400, "이미 해당 코스에 대한 보상을 받았습니다."),
4848

49-
49+
SURVEY_NOT_COMPLETED(HttpStatus.BAD_REQUEST, 400,"모든 설문에 답변해야 추천받을 수 있습니다."),
5050
;
5151

5252

0 commit comments

Comments
 (0)