Contents

dnsLookupFailed

The host address could not be found via DNS lookup.

Declaration

static var dnsLookupFailed: URLError.Code { get }

Discussion

This error code is no longer used. You should expect to handle cannotFindHost instead.

See Also

Error codes