Skip to content

Commit

Permalink
feat: AlreadyUserSignUp 에러 코드 정의
Browse files Browse the repository at this point in the history
  • Loading branch information
jihwan2da committed Jul 29, 2023
1 parent 5382b55 commit 972a333
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public enum ErrorCode {
TOKEN_EXPIRED(412, "토큰이 만료되었습니다."),

USER_NOT_FOUND(404, "존재하지 않는 유저입니다."),
ALREADY_USER_SIGN_UP(400, "이미 가입된 유저입니다."),
INVALID_PHONE_NUMBER(400, "유효하지 않은 전화번호 입니다."),
PASSWORD_DISCORD(404, "패스워드가 일치하지 않습니다."),

Expand Down

0 comments on commit 972a333

Please sign in to comment.