Skip to content

Commit

Permalink
[fix] : 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo committed May 10, 2024
1 parent 4bd0e78 commit 5498fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum ErrorStatus implements BaseErrorCode {
DATA_IS_WRONG(HttpStatus.BAD_REQUEST,"DATA_001","데이터를 처리하는데 오류가 발생하였습니다."),
AREA_NOT_FOUND(HttpStatus.NOT_FOUND,"DATA_002","요청하신 지역을 찾지 못하였습니다."),
DATA_NOT_FOUND(HttpStatus.NOT_FOUND, "DATA_003", "데이터를 찾지 못하였습니다."),
DATA_IS_EXIST(HttpStatus.BAD_REQUEST, "DATA_004", "데이터가 이미 존재하여 저장하지 못하였습니다.")
DATA_IS_EXIST(HttpStatus.BAD_REQUEST, "DATA_004", "데이터가 이미 존재하여 저장하지 못하였습니다."),

//Auth 관련 에러
NO_AUTHENTICATION_INFO(HttpStatus.NOT_FOUND, "AUTH_001", "Security Context 에 인증 정보가 없습니다.."),
Expand Down

0 comments on commit 5498fbc

Please sign in to comment.