るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
8件ヒット [1-8件を表示] (0.086秒)

別のキーワード

  1. httpstatus rc_found
  2. httpstatus rc_not_found
  3. webrick/httpstatus found
  4. webrick/httpstatus rc_found
  5. webrick/httpstatus rc_not_found

検索結果

WEBrick::HTTPStatus::Found (54052.0)

HTTP のステータスコード 302 Found を表すクラスです。

HTTP のステータスコード 302 Found を表すクラスです。

Net::HTTPFound (18052.0)

HTTP レスポンス 302 (Found) を表現するクラスです。

HTTP レスポンス 302 (Found) を表現するクラスです。

詳しくは 7231 Section 6.4.3 を見てください。

Net::HTTPNotFound (18052.0)

HTTP レスポンス 404 (Not Found) を表現するクラスです。

HTTP レスポンス 404 (Not Found) を表現するクラスです。

詳しくは 7231 Section 6.5.4 を見てください。

WEBrick::HTTPStatus::NotFound (18052.0)

HTTP のステータスコード 404 Not Found を表すクラスです。

HTTP のステータスコード 404 Not Found を表すクラスです。

Encoding::ConverterNotFoundError (18022.0)

指定した名前のエンコーディング変換をする変換器が 存在しない場合に発生する例外。

指定した名前のエンコーディング変換をする変換器が
存在しない場合に発生する例外。

//emlist[例][ruby]{
"あ".encode("Foo")
#=> Encoding::ConverterNotFoundError: code converter not found (UTF-8 to Foo)
//}

絞り込み条件を変える

DRb::DRbServerNotFound (18004.0)

カレントサーバが見付からない場合に発生する例外のクラス

カレントサーバが見付からない場合に発生する例外のクラス

@see DRb.#current_server

Gem::GemNotFoundException (18004.0)

Gem が見つからなかった場合の例外です。

Gem が見つからなかった場合の例外です。

RSS::XMLParserNotFound (18004.0)