net.DNSError.Err (field)

44 uses

	net (current package)
		dnsclient.go#L35: 		return "", &DNSError{Err: "unrecognized address", Name: addr}
		dnsclient_unix.go#L263: 					Err:    err.Error(),
		dnsclient_unix.go#L281: 					Err:    err.Error(),
		dnsclient_unix.go#L304: 				Err:    err.Error(),
		dnsclient_unix.go#L402: 		return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		dnsclient_unix.go#L579: 		return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		dnsclient_unix.go#L661: 						Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L674: 							Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L686: 							Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L697: 							Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L772: 				Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L781: 					Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L791: 				Err:    "cannot marshal DNS message",
		lookup.go#L183: 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
		lookup.go#L291: 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
		lookup.go#L344: 			Err:       mapErr(ctxErr).Error(),
		lookup.go#L364: 					Err:       err.Error(),
		lookup.go#L471: 		return "", &DNSError{Err: errMalformedDNSRecordsDetail, Name: host}
		lookup.go#L514: 		return "", nil, &DNSError{Err: "SRV header name is invalid", Name: name}
		lookup.go#L527: 		return cname, filteredAddrs, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L567: 		return filteredMX, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L607: 		return filteredNS, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L659: 		return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
		lookup_unix.go#L151: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L159: 					Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L172: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L196: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L204: 					Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L214: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L239: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L247: 					Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L257: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L280: 				Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L288: 					Err:    "cannot unmarshal DNS message",
		lookup_unix.go#L298: 				Err:    "cannot unmarshal DNS message",
		net.go#L613: 	Err         string // description of the error
		net.go#L629: 	s += ": " + e.Err
		cgo_unix.go#L77: 		return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}, true
		cgo_unix.go#L121: 		return 0, &DNSError{Err: err.Error(), Name: network + "/" + service, IsTemporary: isTemporary}
		cgo_unix.go#L137: 	return 0, &DNSError{Err: "unknown port", Name: network + "/" + service}
		cgo_unix.go#L187: 		return nil, "", &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}
		cgo_unix.go#L274: 		return nil, &DNSError{Err: "invalid address", Name: addr}, true
		cgo_unix.go#L278: 		return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}, true
		cgo_unix.go#L318: 		return nil, &DNSError{Err: err.Error(), Name: addr, IsTemporary: isTemporary}