-
Notifications
You must be signed in to change notification settings - Fork 1
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] 꼼꼼한 예외처리 추가 #75
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jun02160
added
🔥 Pull Request
PR 날림
예준🍒
🧹Chore
동작에 영향 없는 코드 or 파일, 폴더 관련 수정사항
🔨Refactor
코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
labels
Jul 21, 2023
ddongseop
approved these changes
Jul 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고했습니다~~ 덕분에 좋은 예외처리가 뭔지 고민해볼 수 있는 시간이었어요
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
예준🍒
🧹Chore
동작에 영향 없는 코드 or 파일, 폴더 관련 수정사항
🔥 Pull Request
PR 날림
🔨Refactor
코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
close #70
✨ 어떤 이유로 변경된 내용인지
Slack에 기록된 서버 에러 각각에 대해 예외처리 해두었습니다!
각 예외 클래스에 대해 원인을 찾고 ErrorType ENUM 으로 메시지 지정했습니다
ApiResponse에서 Exception 의 구체적인 발생 원인을 출력하고자 메서드 추가했습니다!
객체 그래프 탐색 VS 순수 쿼리 중 성능 측면에서 객체 그래프 탐색이 우수하다고 하여 객체 그래프 탐색으로 바꿨습니다!
🙏 검토 혹은 리뷰어에게 남기고 싶은 말