net.DNSError.IsNotFound (field)

3 uses

	net (current package)
		dnsclient_unix.go#L846: 		if errors.As(err, &dnsErr) && dnsErr.IsNotFound {
		net.go#L674: 	IsNotFound bool
		net.go#L705: 		IsNotFound:  isNotFound,