Skip to content

Commit

Permalink
Fix: 자기 판매 농산물 및 못난이 검색 등
Browse files Browse the repository at this point in the history
  • Loading branch information
klkim1913 committed Aug 10, 2023
1 parent 1c15422 commit d35b266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/anywayclear/exception/ExceptionCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public enum ExceptionCode {
INVALID_PRICE(BAD_REQUEST, "현재 입찰가보다 낮게 입찰할 수 없습니다", 400),
EXPIRED_AUCTION_TIME(BAD_REQUEST,"경매 시간이 종료되었습니다.",400),
INVALID_AUCTION_STATUS(BAD_REQUEST, "경매 가능한 상태가 아닙니다", 400),
INVALID_DEAL(BAD_REQUEST, "잘못된 거래 목록 입니다.", 400),

// 401 UNAUTHORIZED : 인증되지 않은 사용자
INVALID_TOKEN(UNAUTHORIZED, "잘못된 토큰입니다", 401),
Expand Down

0 comments on commit d35b266

Please sign in to comment.