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

에러에 따른 응답 메시지를 dto로 변경하기 #183

Open
1 task
KS-KIM opened this issue Aug 23, 2020 · 0 comments
Open
1 task

에러에 따른 응답 메시지를 dto로 변경하기 #183

KS-KIM opened this issue Aug 23, 2020 · 0 comments

Comments

@KS-KIM
Copy link
Collaborator

KS-KIM commented Aug 23, 2020

에러에 따른 응답 메시지를 dto로 변경하기

description

image

현재 에러에 대한 응답 메시지는 보시는 바와 같이 단순 String 값으로 내려줍니다.
에러에 따른 적절한 DTO를 만들어 내려주는 것이 좋을 것 같습니다.
서비스에서 별도로 에러 코드를 정의하고 있지는 않으니 error message정도만 감싸서 내려주는 것이 괜찮을 것 같네요.
e.g. 에러 메시지 형식

{
  "message": "인증 정보가 올바르지 않아 로그인에 실패했습니다."
}

e.g. 네이버의 에러 메시지 형식

image

progress

  • 에러에 대한 응답 메시지를 DTO로 감싸서 처리
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

No branches or pull requests

1 participant