net.DNSError.Err (field)
40 uses
net (current package)
cgo_unix.go#L51: Err: mapErr(err).Error(),
cgo_unix.go#L81: Err: mapErr(ctx.Err()).Error(),
cgo_unix.go#L109: return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}
cgo_unix.go#L126: return 0, &DNSError{Err: err.Error(), Name: network + "/" + service}
cgo_unix.go#L178: return nil, &DNSError{Err: err.Error(), Name: name}
cgo_unix.go#L246: return nil, &DNSError{Err: "invalid address", Name: addr}
cgo_unix.go#L250: return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}
dnsclient.go#L36: return "", &DNSError{Err: "unrecognized address", Name: addr}
dnsclient_unix.go#L303: return dnsmessage.Parser{}, "", &DNSError{Err: errCannotMarshalDNSMessage.Error(), Name: name}
dnsclient_unix.go#L717: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L730: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L745: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L760: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L773: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L865: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L874: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L884: Err: errCannotUnmarshalDNSMessage.Error(),
lookup.go#L97: return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}
lookup.go#L110: return 0, &DNSError{Err: "unknown network", Name: errNetwork + "/" + service}
lookup.go#L474: return "", &DNSError{Err: errMalformedDNSRecordsDetail, Name: host}
lookup.go#L517: return "", nil, &DNSError{Err: "SRV header name is invalid", Name: name}
lookup.go#L530: return cname, filteredAddrs, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L570: return filteredMX, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L610: return filteredNS, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L662: return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
lookup.go#L722: Err: "cannot unmarshal DNS message",
lookup.go#L730: Err: "cannot unmarshal DNS message",
lookup.go#L743: Err: "cannot unmarshal DNS message",
lookup.go#L768: Err: "cannot unmarshal DNS message",
lookup.go#L776: Err: "cannot unmarshal DNS message",
lookup.go#L786: Err: "cannot unmarshal DNS message",
lookup.go#L812: Err: "cannot unmarshal DNS message",
lookup.go#L820: Err: "cannot unmarshal DNS message",
lookup.go#L830: Err: "cannot unmarshal DNS message",
lookup.go#L854: Err: "cannot unmarshal DNS message",
lookup.go#L862: Err: "cannot unmarshal DNS message",
lookup.go#L872: Err: "cannot unmarshal DNS message",
net.go#L660: Err string // description of the error
net.go#L695: Err: err.Error(),
net.go#L715: s += ": " + e.Err
 |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |