HTTP ステータス コード
HTTP リクエストに反応してサーバーが生成できる HTTP ステータスコード。
200 OK
: リクエストが成功しました。
400 Bad Request
: 引数が無効です(リクエスト ペイロードが無効です)。
403 Forbidden
: 権限が拒否されました(無効な API キーなど)。
429 Resource Exhausted
: リソース割り当てが不足しているか、レート制限に達しています。
500 Internal Server Error
: 内部サーバーエラー(リクエストを再試行してください)。
503 Service Unavailable
: 使用不可。
504 Gateway Timeout
: 期限を過ぎています(リクエストを再試行してください)。
HTTP ステータスコード 400 Bad Request
を受信する考えられる原因:
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-02-22 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"わかりにくい"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"情報またはサンプルコードが不正確"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"必要な情報 / サンプルがない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]