るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants iff_smart
  4. constants msg_peek
  5. constants af_osi

ライブラリ

モジュール

検索結果

Socket::Constants::EAI_FAMILY -> Integer (99904.0)

Address family not supported

Address family not supported

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

@see getaddrinfo(3linux), gai_strerror(3freebsd)