HTTPのステータスコード


4xx: Client Error (クライアントエラー)
400 Bad Request 不正なリクエスト
401 Unauthorized 未認証
402 Payment Required 有料である
403 Forbidden アクセス権がない
404 Not Found 存在しない
405 Method Not Allowed そのメソッドは不可
406 Not Acceptable 受理不可
407 Proxy Authentication Required 中継サーバの認証が必要
408 Request Time-out 時間切れ
409 Conflict 競合
410 Gone 消滅した
411 Length Required 長さを指定せよ
412 Precondition Failed 前提条件が満たされていない
413 Request Entity Too Large リクエスト中のデータが大きすぎる
414 Request-URI Too Large URIが長すぎる
415 Unsupported Media Type そのメディアは使えない
5xx: Server Error (サーバエラー)
500 Internal Server Error サーバ内部のエラー
501 Not Implemented その機能は実装されていない
502 Bad Gateway 中継サーバのエラー
503 Service Unavailable サービス停止中
504 Gateway Time-out 中継サーバの要求が時間切れ
505 HTTP Version not supported そのバージョンのHTTPは使えない