Enumeration Case 列挙ケース

NSURLErrorTimedOut

An asynchronous operation timed out. 非同期の演算が時間切れです。

Declaration 宣言

NSURLErrorTimedOut = -1001

Discussion 議論

NSURLSession sends this error to its delegate when the timeoutInterval of an NSURLRequest expires before a load can complete. NSURLSessionがこのエラーをそれの委任先に送るのは、NSURLRequesttimeoutIntervalがあるロードが完了する前に期限切れになる場合です。

See Also 参照

Error Codes さまざまなエラーコード