Contents

NSURLErrorNetworkUnavailableReason

An enumeration of reasons why a task couldn’t satisfy networking constraints.

Declaration

enum NSURLErrorNetworkUnavailableReason : NSInteger;

Overview

The network may be unavailable due to restrictions placed on the URLSessionConfiguration, such as allowsConstrainedNetworkAccess, allowsExpensiveNetworkAccess and allowsCellularAccess.

Topics

Unavailability reasons

Enumeration Cases

See Also

Keys