net.DNSError.Err (field)

36 uses

	net (current package)
		dnsclient.go#L33: 		return "", &DNSError{Err: "unrecognized address", Name: addr}
		dnsclient_unix.go#L258: 					Err:    err.Error(),
		dnsclient_unix.go#L276: 					Err:    err.Error(),
		dnsclient_unix.go#L299: 				Err:    err.Error(),
		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}
		dnsclient_unix.go#L650: 						Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L663: 							Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L675: 							Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L686: 							Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L761: 				Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L770: 					Err:    "cannot marshal DNS message",
		dnsclient_unix.go#L780: 				Err:    "cannot marshal DNS message",
		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}
		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#L606: 	Err         string // description of the error
		net.go#L622: 	s += ": " + e.Err
		cgo_unix.go#L78: 		return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}, true
		cgo_unix.go#L122: 		return 0, &DNSError{Err: err.Error(), Name: network + "/" + service, IsTemporary: isTemporary}
		cgo_unix.go#L138: 	return 0, &DNSError{Err: "unknown port", Name: network + "/" + service}
		cgo_unix.go#L188: 		return nil, "", &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}
		cgo_unix.go#L275: 		return nil, &DNSError{Err: "invalid address", Name: addr}, true
		cgo_unix.go#L279: 		return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}, true
		cgo_unix.go#L319: 		return nil, &DNSError{Err: err.Error(), Name: addr, IsTemporary: isTemporary}