<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/URLError/BackgroundTaskCancelledReason-swift.enum/insufficientSystemResources",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation8URLErrorV29BackgroundTaskCancelledReasonO27insufficientSystemResourcesyA2EmF"
  },
  "title" : "URLError.BackgroundTaskCancelledReason.insufficientSystemResources"
}
-->

# URLError.BackgroundTaskCancelledReason.insufficientSystemResources

A reason that indicates the system canceled the background task because it lacks sufficient resources to perform the task.

```
case insufficientSystemResources
```

## Discussion

This error results from factors including (but not limited to) battery capacity, thermal condition, network connectivity, and cellular data plan.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)