Exception: Socket::ResolutionError

Inherits:
SocketError show all
Defined in:
ext/socket/init.c

Instance Method Summary collapse

Instance Method Details

#error_codeInteger

Returns the raw error code occurred at name resolution.

Returns:



787
788
789
790
791
# File 'ext/socket/init.c', line 787

static VALUE
sock_resolv_error_code(VALUE self)
{
    return rb_attr_get(self, id_error_code);
}