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
/auth
対象: todays_user
todays_user
ユーザーが見つからなかった場合のエラーを、Login unsuccessfulにするかno such user foundにするか
Login unsuccessful
no such user found
現状: ユーザーが見つからなかった場合error_num: 3、400 -- Login unsuccessfulを返される
error_num: 3
400 -- Login unsuccessful
代行案: error_num: 5、404 -- no such user foundに変更する
error_num: 5
404 -- no such user found
The text was updated successfully, but these errors were encountered:
[info] todays_user側では例外を投げ、それを各自で処理する形に変更されたため、題名を変更しました
Sorry, something went wrong.
No branches or pull requests
対象:
todays_user
話し合うこと
ユーザーが見つからなかった場合のエラーを、
Login unsuccessful
にするかno such user found
にするか現状: ユーザーが見つからなかった場合
error_num: 3
、400 -- Login unsuccessful
を返される代行案:
error_num: 5
、404 -- no such user found
に変更するThe text was updated successfully, but these errors were encountered: