Contents

NSURLErrorNotConnectedToInternet

A network resource was requested, but an internet connection has not been established and can’t be established automatically.

Declaration

var NSURLErrorNotConnectedToInternet: Int { get }

Discussion

This error occurs when the connection can’t be established a lack of connectivity or because the user chooses not to make a network connection automatically.

See Also

URL Errors