Enumeration Case 列挙ケース

NSURLErrorNetworkUnavailableReasonExpensive

A reason that indicates network is unavailable because the system marked the interface as expensive. ネットワークが利用可能でない理由はシステムがインターフェイスを高くつくとして印したためであるのを指し示します。

Declaration 宣言

NSURLErrorNetworkUnavailableReasonExpensive = 1

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, but this may change in the future. システムは、何が “高くつく” ことを構成するかを、ネットワークインターフェイスと他の要因の本質に基づいて決定します。iOS 13は、ほとんどのセルラーネットワークと個人のホットスポットを高くつくと考えます、しかしこれは将来変わるかもしれません。

This reason occurs when the following conditions are true: この理由は、以下の条件が真である時に発生します:

See Also 参照

Unavailability Reasons 利用可能でない理由