Skip to content

Commit

Permalink
fix: Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Young-Hun committed Feb 4, 2024
1 parent e69a9fa commit d21bc98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/fullcar/core/response/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public enum ErrorCode {

/* 400 BAD REQUEST */
FAILED_TO_GENERATE_PUBLIC_KEY(BAD_REQUEST, "애플 공개키 생성 중 문제 발생"),
CANNOT_SEND_TO_OWN_CARPOOL(BAD_REQUEST, "자기자신의 카풀에는 신청할 수 없습니다."),
DUPLICATED_FORM(BAD_REQUEST, "이미 요청을 보낸 카풀입니다."),

/* 401 UNAUTHORIZED */
UNAUTHORIZED_KAKAO_TOKEN(UNAUTHORIZED, "유효하지 않은 카카오 토큰"),
Expand Down

0 comments on commit d21bc98

Please sign in to comment.