エラー種別とメッセージ一覧
HTTPステータスコード | エラーメッセージ | 説明 |
---|---|---|
400 | Bad Request: Access token is invalid | トークンに問題がある、スコープが不足している、または存在していない |
400 | Bad Request: There are invalid parameters. | 不正なパスやエンドポイントが存在しないバージョンの利用 |
400 | Bad Request: JSON format error occurred. | JSONフォーマットエラー |
405 | Method Not Allowed: Request method is not allowed. | 許可されていないHTTPリクエストメソッドを使用 |
429 | Too Many Requests: Too many requests. | 単位時間あたりのリクエスト上限超過 |
500 | System Error: System error occurred. | サーバ側でのエラー |
503 | Service Unavailable: Service unavailable | サービスメンテ中、またはアクセス過多 |