Skip to content

Commit

Permalink
UMC-EWHA#31 chore: Modify ResponseStatus file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoongHyun-Kim committed Nov 26, 2022
1 parent 9d40a2b commit aec97bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/umc/crud/config/BaseResponseStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public enum BaseResponseStatus {

//[PATCH] /users/{userIdx}
MODIFY_FAIL_CONTENT(false,4014,"내용 수정 실패"),
MODIFY_FAIL_USERNAME(false, 4015, "유저네임 수정 실패"),

PASSWORD_ENCRYPTION_ERROR(false, 4011, "비밀번호 암호화에 실패하였습니다."),
PASSWORD_DECRYPTION_ERROR(false, 4012, "비밀번호 복호화에 실패하였습니다.");
Expand Down

0 comments on commit aec97bf

Please sign in to comment.