Skip to content

Commit

Permalink
remove: 불필요한 에러 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjm9841 committed Feb 13, 2024
1 parent 228e14c commit 210fdd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ public enum ErrorStatus implements BaseErrorCode {

// 회고 답변 관련 에러
ANSWER_NOT_FOUND(HttpStatus.BAD_REQUEST, "ANSWER4001", "해당하는 회고 답변이 없습니다."),
ANSWER_BAD_MATCH(HttpStatus.BAD_REQUEST, "ANSWER4002", "해당하는 회고에 속하는 회고 답변이 아닙니다."),

// 이모티콘 관련 에러
EMOTICON_NOT_FOUND(HttpStatus.BAD_REQUEST, "EMOTICON4001", "해당하는 이모티콘이 없습니다."),

0 comments on commit 210fdd6

Please sign in to comment.