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

#126 [feat] 다른 타입의 값이 들어왔을 때 에러 수집 기능 추가 #130

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

KWY0218
Copy link
Member

@KWY0218 KWY0218 commented Jan 15, 2024

관련 이슈번호

해결하는 데 얼마나 걸렸나요? (예상 작업 시간 / 실제 작업 시간)

  • 10m / 10m

해결하려는 문제가 무엇인가요?

  • Long 타입의 파라미터에 String 값이 들어왔을 때, 400이 아닌 500에러가 발생하는 이슈

어떻게 해결했나요?

  • controller advice에 해당 오류 추가함

@KWY0218 KWY0218 added the feat label Jan 15, 2024
@KWY0218 KWY0218 requested review from hellozo0 and pkl0912 January 15, 2024 07:10
@KWY0218 KWY0218 self-assigned this Jan 15, 2024
Copy link
Member

@hellozo0 hellozo0 left a comment

Choose a reason for hiding this comment

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

유효하지 않는 값 Error BAD_REQUEST 확인했습니다~!

Copy link
Contributor

@pkl0912 pkl0912 left a comment

Choose a reason for hiding this comment

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

INVALID_VALUE_TYPE_EXCEPTION) 확인했습니다!

@KWY0218 KWY0218 merged commit c7f94d2 into develop Jan 15, 2024
1 check passed
@KWY0218 KWY0218 deleted the feat/#126 branch January 15, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 에러 처리 추가
3 participants