Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > net/httpライブラリ > Net::HTTPInternalServerErrorクラス

class Net::HTTPInternalServerError

クラスの継承リスト: Net::HTTPInternalServerError < Net::HTTPServerError < Net::HTTPResponse < Net::HTTPHeader < Object < Kernel < BasicObject

要約

HTTP レスポンス 500 (Internal Server Error) を表現するクラスです。

詳しくは [RFC7231] Section 6.6.1 を見てください。

目次