るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.039秒)
トップページ > クエリ:IO[x] > クエリ:FetchError[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io each
  5. io readlines

ライブラリ

クラス

検索結果

Gem::RemoteFetcher::FetchError (18016.0)

Gem::RemoteFetcher での処理で発生する IO や HTTP の例外をラップする例外クラスです。

...Gem::RemoteFetcher での処理で発生する IO や HTTP の例外をラップする例外クラスです。...

Gem::RemoteFetcher#open_uri_or_path(uri, last_modified = nil, head = false, depth = 0) -> StringIO | File (106.0)

@param uri URI を指定します。

...るとヘッダ情報のみ取得します。

@param depth 現在のリダイレクト回数を指定します。

@raise Gem::RemoteFetcher::FetchError デフォルトでは 11 回リダイレクトした場合に発生します。
depth を指定すると 10 - depth 回より多くリダ...