ResolutionError is the error class for socket name resolution.
ResolutionError
Returns the raw error code occurred at name resolution.
Source: show
static VALUE sock_resolv_error_code(VALUE self) { return rb_attr_get(self, id_error_code); }