Contents

NSURLErrorBackgroundTaskCancelledReasonKey

A key in the error dictionary that provides the reason for canceling a background task.

Declaration

let NSURLErrorBackgroundTaskCancelledReasonKey: String

Discussion

The value associated with this key is an NSNumber. For a list of possible values, see URL Session Background Task Cancellation Reasons.

See Also

Keys