Global Variable グローバル変数

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. URLSessionがこのエラーをそれの委任先に送るのは、NSURLRequesttimeoutIntervalがあるロードが完了する前に期限切れになる場合です。

See Also 参照

URL Errors URLエラー