net.DNSError.UnwrapErr (field)

3 uses

	net (current package)
		net.go#L664: 	UnwrapErr   error  // error returned by the [DNSError.Unwrap] method, might be nil
		net.go#L699: 		UnwrapErr:   unwrapErr,
		net.go#L710: func (e *DNSError) Unwrap() error { return e.UnwrapErr }