Contents

NSURLErrorCancelledReasonInsufficientSystemResources

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

Declaration

var NSURLErrorCancelledReasonInsufficientSystemResources: Int { get }

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