Skip to content

Commit

Permalink
docs: http 요청 실패 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BadaHertz52 committed Jul 31, 2024
1 parent adcbc3e commit e9630ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/constants/apiErrorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ interface ApiErrorMessages {
}

export const API_ERROR_MESSAGE: ApiErrorMessages = {
400: '유효하지 않은 요청 형식이에요.',
400: '잘못된 요청에요.',
401: '인증을 실패했어요.',
403: '요청권한이 없어요.',
404: '요청한 페이지를 찾을 수 없어요.',
422: '요청이 잘못되었거나 비즈니스 로직을 위반했어요.',
404: '요청하신 내용을 찾을 수 없어요.',
422: '올바르지 않은 데이터 형식이에요.',
serverError: '서버 오류가 발생했어요.',
};

Expand Down

0 comments on commit e9630ae

Please sign in to comment.