Contents

NSURLErrorCancelled

An asynchronous load has been canceled.

Declaration

var NSURLErrorCancelled: Int { get }

Discussion

NSURLSession sends this error to its delegate when a task is cancelled.

See Also

URL Errors