Enumeration Case
列挙ケース
URLError.NetworkUnavailableReason.cellular
A reason that indicates network is unavailable because the interface is cellular and cellular network is disabled.
ネットワークが利用可能でない理由はインターフェイスがセルラーであるそしてセルラーネットワークが使用不能にされるためであるのを指し示します。
Discussion
議論
This reason occurs when cellular is the only available network interface, but the URLSessionConfiguration
property allowsCellularAccess
is false
.
この理由は、セルラーが唯一利用可能なネットワークインターフェイスである、しかしURLSessionConfiguration
のプロパティallowsCellularAccess
がfalse
である場合に発生します。
See Also
参照
Unavailability Reasons
利用可能でない理由
case constrained
A reason that indicates network is unavailable because the user enabled “Low Data Mode” in the Settings app.
ネットワークが利用可能でない理由はユーザが「Low Data Mode」を「Settings」アプリにおいて可能にしたためであるのを指し示します。
case expensive
A reason that indicates network is unavailable because the system marked the interface as expensive.
ネットワークが利用可能でない理由はシステムがインターフェイスを高くつくとして印したためであるのを指し示します。