Enumeration Case
列挙ケース
URLError.NetworkUnavailableReason.expensive
A reason that indicates network is unavailable because the system marked the interface as expensive.
ネットワークが利用可能でない理由はシステムがインターフェイスを高くつくとして印したためであるのを指し示します。
Discussion
議論
The system determines what constitutes “expensive” based on the nature of the network interface and other factors. iOS 13 considers most cellular networks and personal hotspots expensive.
システムは、何が “高くつく” ことを構成するかを、ネットワークインターフェイスと他の要因の本質に基づいて決定します。iOS 13は、ほとんどのセルラーネットワークと個人のホットスポットを高くつくと考えます。
This reason occurs when the following conditions are true:
この理由は、以下の条件が真である時に発生します:
See Also
参照
Unavailability Reasons
利用可能でない理由
case cellular
A reason that indicates network is unavailable because the interface is cellular and cellular network is disabled.
ネットワークが利用可能でない理由はインターフェイスがセルラーであるそしてセルラーネットワークが使用不能にされるためであるのを指し示します。
case constrained
A reason that indicates network is unavailable because the user enabled “Low Data Mode” in the Settings app.
ネットワークが利用可能でない理由はユーザが「Low Data Mode」を「Settings」アプリにおいて可能にしたためであるのを指し示します。