Enumeration Case 列挙ケース

URLError.NetworkUnavailableReason.cellular

A reason that indicates network is unavailable because the interface is cellular and cellular network is disabled. ネットワークが利用可能でない理由はインターフェイスがセルラーであるそしてセルラーネットワークが使用不能にされるためであるのを指し示します。

Declaration 宣言

case cellular

Discussion 議論

This reason occurs when cellular is the only available network interface, but the URLSessionConfiguration property allowsCellularAccess is false. この理由は、セルラーが唯一利用可能なネットワークインターフェイスである、しかしURLSessionConfigurationのプロパティallowsCellularAccessfalseである場合に発生します。

See Also 参照

Unavailability Reasons 利用可能でない理由