Enumeration 列挙

NSURLErrorNetworkUnavailableReason

An enumeration of reasons why a task couldn’t satisfy networking constraints. なぜタスクがネットワーク制約を満たすことができなかったかの理由それらからなるある列挙。

Declaration 宣言

typedef enum NSURLErrorNetworkUnavailableReason : NSInteger {
    ...
} NSURLErrorNetworkUnavailableReason;

Overview 概要

The network may be unavailable due to restrictions placed on the NSURLSessionConfiguration, such as allowsConstrainedNetworkAccess, allowsExpensiveNetworkAccess and allowsCellularAccess. ネットワークは、NSURLSessionConfigurationに置かれる制約、たとえばallowsConstrainedNetworkAccessallowsExpensiveNetworkAccessそしてallowsCellularAccessのために利用可能でないかもしれません。

Topics 話題

Unavailability Reasons 利用可能でない理由

See Also 参照

Keys キー