Skip to content

feat: 전역 예외 처리 구조 추가 - #3

Merged
ddingmin merged 1 commit into
mainfrom
feature/global-exception-handler
Jul 19, 2026
Merged

feat: 전역 예외 처리 구조 추가#3
ddingmin merged 1 commit into
mainfrom
feature/global-exception-handler

Conversation

@ddingmin

@ddingmin ddingmin commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

변경 사항

  • API 오류 응답을 한 가지 형식으로 통일했습니다.
  • 잘못된 요청, 데이터 없음, 데이터 충돌 예외를 구분했습니다.
  • 입력값 검증 실패 시 어떤 필드가 잘못됐는지 응답합니다.
  • 예상하지 못한 오류는 내부 내용을 숨기고 500으로 응답합니다.

테스트

  • 전체 테스트 통과
  • 400, 404, 500 오류 응답 확인

이 PR은 PR #2를 기반으로 합니다.

@ddingmin
ddingmin requested a review from swonny July 12, 2026 08:15
@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown

🧪 테스트 결과

성공 실패 스킵
6 0 0

상세 테스트 결과 보기

@ddingmin

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

Reviewed commit: 3a102287b1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@swonny swonny left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍🏻👍🏻👍🏻

@ddingmin
ddingmin changed the base branch from chore/github-actions-ci to main July 19, 2026 08:18
@ddingmin
ddingmin force-pushed the feature/global-exception-handler branch from 3a10228 to f560f5c Compare July 19, 2026 08:23
@ddingmin
ddingmin merged commit b191b5c into main Jul 19, 2026
2 checks passed
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.

2 participants