net.DNSError.IsNotFound (field)

8 uses

	net (current package)
		dnsclient_unix.go#L287: 					dnsErr.IsNotFound = true
		dnsclient_unix.go#L307: 				lastErr.(*DNSError).IsNotFound = true
		dnsclient_unix.go#L397: 		return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		dnsclient_unix.go#L574: 		return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		lookup.go#L179: 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
		lookup.go#L265: 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
		net.go#L611: 	IsNotFound  bool   // if true, host could not be found
		cgo_unix.go#L188: 		return nil, "", &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}