Enumeration Case 列挙ケース

URLError.BackgroundTaskCancelledReason.insufficientSystemResources

A reason that indicates the system canceled the background task because it lacks sufficient resources to perform the task. システムがバックグラウンドタスクを取り消した理由はそれがタスクを実行するのに十分なリソースを欠いているためであるのを指し示します。

Declaration 宣言

case insufficientSystemResources

Discussion 議論

This error results from factors including (but not limited to) battery capacity, thermal condition, network connectivity, and cellular data plan. このエラーは、バッテリ容量、温度条件、ネットワーク接続可能性、そしてセルラーデータプランを含む(しかしそれに限られない)いくつかの因子によって起こります。

See Also 参照

Cancellation Reasons 取り消し理由