Contents

NSURLErrorTimedOut

An asynchronous operation timed out.

Declaration

var NSURLErrorTimedOut: Int { get }

Discussion

URLSession sends this error to its delegate when the timeoutInterval of an NSURLRequest expires before a load can complete.

See Also

URL Errors