net.DNSError.IsNotFound (field)

8 uses

	net (current package)
		dnsclient_unix.go#L292: 					dnsErr.IsNotFound = true
		dnsclient_unix.go#L312: 				lastErr.(*DNSError).IsNotFound = true
		dnsclient_unix.go#L402: 		return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		dnsclient_unix.go#L579: 		return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		lookup.go#L183: 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
		lookup.go#L291: 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
		net.go#L618: 	IsNotFound  bool   // if true, host could not be found
		cgo_unix.go#L187: 		return nil, "", &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}