GDSC Chuo Membership

Error responses

エラーの場合、400系ステータスにエラーコードが返されます。コードは JSON の error フィールドに含まれます。

{
    "error": string
}

Error codes

  • 400 invalid_json
  • 400 invalid_value
  • 400 missing_field
  • 400 already_exists
  • 406 invalid_content_type
  • 401 authentication_required
  • 404 not_found
  • 406 not_accepted
  • 500 unknown