るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.063秒)
トップページ > クエリ:-[x] > クエリ:on[x] > クエリ:Constants[x] > クエリ:EAI_NODATA[x] > バージョン:2.4.0[x]

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants ip_minttl
  4. constants af_atm
  5. constants so_nke

ライブラリ

モジュール

検索結果

Socket::Constants::EAI_NODATA -> Integer (72604.0)

No address associated with hostname

No address associated with hostname

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux)