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
取り消し理由
case backgroundUpdatesDisabled
A reason that indicates the system canceled the background task because background tasks are disabled.
システムがバックグラウンドタスクを取り消した理由はバックグラウンドタスクが使用不能にされたためであるのを指し示します。
case userForceQuitApplication
A reason that indicates the system canceled the background task because the user force-quit the application.
システムがバックグラウンドタスクを取り消した理由はユーザがアプリケーションを強制終了するためであるのを指し示します。