Skip to content

Commit

Permalink
refactor - #85 HttpStatus μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jumining committed Jan 20, 2024
1 parent ac8a267 commit 601112b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
public enum AppError implements ErrorBase {

APP_NOT_FOUND(HttpStatus.NOT_FOUND, "앱을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."),
APP_EXIST_ALREADY(HttpStatus.ALREADY_REPORTED, "이미 μΆ”κ°€λœ μ•±μž…λ‹ˆλ‹€."),
INVALID_APP_CODE_NULL(HttpStatus.BAD_REQUEST, "μ•±μ½”λ“œ 값이 λΉ„μ–΄μžˆμŠ΅λ‹ˆλ‹€"),
APP_EXIST_ALREADY(HttpStatus.CONFLICT, "이미 μΆ”κ°€λœ μ•±μž…λ‹ˆλ‹€."),
INVALID_APP_CODE_NULL(HttpStatus.BAD_REQUEST, "μ•± μ½”λ“œ 값이 λΉ„μ–΄μžˆμŠ΅λ‹ˆλ‹€"),
INVALID_TIME_RANGE(HttpStatus.BAD_REQUEST, "μ•± μ‹œκ°„μ˜ λ²”μœ„κ°€ μœ νš¨ν•œμ§€ ν™•μΈν•΄μ£Όμ„Έμš”"),
INVALID_TIME_NULL(HttpStatus.BAD_REQUEST, "μ•± μ‹œκ°„μ„ μž…λ ₯ν•΄μ£Όμ„Έμš”"),
;
Expand Down

0 comments on commit 601112b

Please sign in to comment.