net.DNSError.IsNotFound (field)
9 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}
google.golang.org/grpc/internal/resolver/dns
go113.go#L27: if dnsErr, ok := err.(*net.DNSError); ok && dnsErr.IsNotFound {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |