net.DNSError.IsNotFound (field)

3 uses

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