Skip to content

Commit

Permalink
feat: jwt 재발급 관련 오류 메시지 추가 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardening-y committed Jan 7, 2024
1 parent 6da4a8d commit 8b7f891
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public enum ErrorMessage {
*/
ENTITY_NOT_FOUND(HttpStatus.NOT_FOUND, "e4040", "대상을 찾을 수 없습니다."),
USER_NOT_FOUND(HttpStatus.NOT_FOUND, "e4041", "존재하지 않는 회원입니다."),
REFRESH_TOKEN_NOT_FOUND(HttpStatus.NOT_FOUND, "e4042", "리프레쉬 토큰을 찾을 수 없습니다."),

/**
* 405 Method Not Allowed
Expand Down

0 comments on commit 8b7f891

Please sign in to comment.