net.DNSError.Err (field)

38 uses

	net (current package)
		cgo_unix.go#L102: 		return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}
		cgo_unix.go#L119: 		return 0, &DNSError{Err: err.Error(), Name: network + "/" + service}
		cgo_unix.go#L171: 		return nil, &DNSError{Err: err.Error(), Name: name}
		cgo_unix.go#L249: 		return nil, &DNSError{Err: "invalid address", Name: addr}
		cgo_unix.go#L253: 		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#L98: 	return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}
		lookup.go#L111: 	return 0, &DNSError{Err: "unknown network", Name: errNetwork + "/" + service}
		lookup.go#L475: 		return "", &DNSError{Err: errMalformedDNSRecordsDetail, Name: host}
		lookup.go#L518: 		return "", nil, &DNSError{Err: "SRV header name is invalid", Name: name}
		lookup.go#L531: 		return cname, filteredAddrs, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L576: 		return filteredMX, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L616: 		return filteredNS, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L674: 		return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
		lookup.go#L734: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L742: 					Err:    "cannot unmarshal DNS message",
		lookup.go#L755: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L780: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L788: 					Err:    "cannot unmarshal DNS message",
		lookup.go#L798: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L824: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L832: 					Err:    "cannot unmarshal DNS message",
		lookup.go#L842: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L866: 				Err:    "cannot unmarshal DNS message",
		lookup.go#L874: 					Err:    "cannot unmarshal DNS message",
		lookup.go#L884: 				Err:    "cannot unmarshal DNS message",
		net.go#L670: 	Err         string // description of the error
		net.go#L705: 		Err:         err.Error(),
		net.go#L725: 	s += ": " + e.Err