るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.209秒)
トップページ > クエリ:I[x] > クエリ:a[x] > モジュール:Socket::Constants[x] > クエリ:EAI_MEMORY[x]

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. dbm to_a
  5. argf.class to_a

ライブラリ

検索結果

Socket::Constants::EAI_MEMORY -> Integer (30302.0)

Memory allocation failure

...Memory allocation failure

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

@see getaddrinfo(3linux), gai_strerror(3free...