net.DNSError.Err (field)
40 uses
net (current package)
cgo_unix.go#L52: Err: mapErr(err).Error(),
cgo_unix.go#L82: Err: mapErr(ctx.Err()).Error(),
cgo_unix.go#L110: return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}
cgo_unix.go#L127: return 0, &DNSError{Err: err.Error(), Name: network + "/" + service}
cgo_unix.go#L179: return nil, &DNSError{Err: err.Error(), Name: name}
cgo_unix.go#L257: return nil, &DNSError{Err: "invalid address", Name: addr}
cgo_unix.go#L261: return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}
dnsclient.go#L36: return "", &DNSError{Err: "unrecognized address", Name: addr}
dnsclient_unix.go#L304: return dnsmessage.Parser{}, "", &DNSError{Err: errCannotMarshalDNSMessage.Error(), Name: name}
dnsclient_unix.go#L716: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L729: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L744: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L759: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L772: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L864: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L873: Err: errCannotUnmarshalDNSMessage.Error(),
dnsclient_unix.go#L883: 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#L668: return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
lookup.go#L728: Err: "cannot unmarshal DNS message",
lookup.go#L736: Err: "cannot unmarshal DNS message",
lookup.go#L749: Err: "cannot unmarshal DNS message",
lookup.go#L774: Err: "cannot unmarshal DNS message",
lookup.go#L782: Err: "cannot unmarshal DNS message",
lookup.go#L792: Err: "cannot unmarshal DNS message",
lookup.go#L818: Err: "cannot unmarshal DNS message",
lookup.go#L826: Err: "cannot unmarshal DNS message",
lookup.go#L836: Err: "cannot unmarshal DNS message",
lookup.go#L860: Err: "cannot unmarshal DNS message",
lookup.go#L868: Err: "cannot unmarshal DNS message",
lookup.go#L878: Err: "cannot unmarshal DNS message",
net.go#L665: Err string // description of the error
net.go#L700: Err: err.Error(),
net.go#L720: s += ": " + e.Err