Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: WEATHER_API_ERROR의 http status code를 500에서 503으로 수정 #208

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

Jaewon-pro
Copy link
Member

@Jaewon-pro Jaewon-pro commented Sep 18, 2024

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • GET api/v1/weathers API에서 에러가 발생하는 경우, 500 에러에서 503 에러로 변경합니다.
  • 해당 API docs ApiErrorTypeErrorType.WEATHER_API_ERROR를 추가합니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro self-assigned this Sep 18, 2024
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 👍

@Jaewon-pro Jaewon-pro changed the title Fix: weather api error status code를 503으로 수정 Fix: WEATHER_API_ERROR의 http status code를 500에서 503으로 수정 Sep 18, 2024
@Jaewon-pro Jaewon-pro merged commit 7fcbb15 into main Sep 18, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the feature/#205/weather-api-error branch September 18, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

weather API 에러 반환 코드 수정
2 participants