We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 메세지 정의하고, 문제가 발생하면 해당 에러 메세지를 클라이언트로 보냅니다. Error 메세지 포멧은 다음과 같습니다.
{ "error" : "Database Error" "message" : "Cannot insert data" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error handling 로직 추가하기
각 상황에 적절한 Error 메세지 정의하고, 문제가 발생하면 해당 에러 메세지를 클라이언트로 보냅니다.
Error 메세지 포멧은 다음과 같습니다.
필요한 곳
Auth
The text was updated successfully, but these errors were encountered: