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

Refactor: 외부 API 통신 예외를 추가한다. #125

Merged
merged 2 commits into from
May 19, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • API 통신 시 발생하는 4xx, 5xx 에러에 대한 예외 처리를 추가하였습니다.
  • API 통신 시 발생하는 에러에 대한 커스텀 예외를 추가하였습니다.
  • 테스트를 위한 okhttp3 mockWebServer 의존성을 추가하였습니다.

@hseong3243 hseong3243 added the Refactor 프로젝트 구조 및 코드를 개선합니다. label May 19, 2024
@hseong3243 hseong3243 self-assigned this May 19, 2024
@hseong3243 hseong3243 linked an issue May 19, 2024 that may be closed by this pull request
Copy link

Test Results

204 tests  +4   204 ✅ +4   3s ⏱️ ±0s
 65 suites +3     0 💤 ±0 
 65 files   +3     0 ❌ ±0 

Results for commit c10c5f3. ± Comparison against base commit aa762bd.

@hseong3243 hseong3243 merged commit 6c52814 into main May 19, 2024
2 checks passed
@hseong3243 hseong3243 deleted the refactor/#124-add-api-ex branch May 19, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor 프로젝트 구조 및 코드를 개선합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: 외부 API 통신 예외를 추가한다.
1 participant