Skip to content

Commit

Permalink
[Add] #298 - 문자 전송 실패시 예외처리 ErrorStatus 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mjKim1229 committed Jul 11, 2023
1 parent 699d6ed commit 2b86292
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public enum ErrorStatus {
INVALID_ROLE(400,"FAIL","유효하지 않은 역할입니다."),
FAIL_UPLOAD_IMAGE(400, "FAIL", "이미지 업로드를 실패했습니다."),
EXIST_FAVORITES(400, "FAIL", "이미 존재하는 즐겨찾기입니다."),
INVALID_VERIFICATION_CODE(400,"FAIL","인증번호가 올바르지 않습니다."),
EXPIRED_VERIFICATION_CODE(400,"FAIL","만료된 인증번호입니다."),

/**
* Success Code : 401
Expand Down

0 comments on commit 2b86292

Please sign in to comment.