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

Error handling 로직 추가하기 #11

Open
2 tasks
emiling opened this issue Jun 9, 2020 · 0 comments
Open
2 tasks

Error handling 로직 추가하기 #11

emiling opened this issue Jun 9, 2020 · 0 comments

Comments

@emiling
Copy link
Contributor

emiling commented Jun 9, 2020

Error handling 로직 추가하기

각 상황에 적절한 Error 메세지 정의하고, 문제가 발생하면 해당 에러 메세지를 클라이언트로 보냅니다.
Error 메세지 포멧은 다음과 같습니다.

{
    "error" : "Database Error"
    "message" : "Cannot insert data"
}

필요한 곳

Auth

  • JWT 토큰 없이 유저 페이지에 접근하려고 할 때 에러 처리
  • 유저가 카카오로 인증 시 수집 항목에 이메일을 선택하지 않았을 경우 에러 처리
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