Webview didFailLoadWithError错误代码-999

时间:2015-05-04 06:57:22

标签: ios webview

在此代码中,UIWebView无法加载,我看到了:

  

错误域= NSURLErrorDomain代码= -999“操作无法完成。(NSURLErrorDomain错误-999。)”UserInfo = 0x1c0e36e0 {NSErrorFailingURLKey = http://tpc.googlesyndication.com/safeframe/1-0-2/html/container.html#xpc=sf-gdn-exp-3&p=http%3A//blog.moneysmart.sg,NSErrorFailingURLStringKey = http://tpc.googlesyndication.com/safeframe/1-0-2/html/container.html#xpc=sf-gdn-exp-3&p=http%3A//blog.moneysmart.sg}

- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error 
{}

我可以知道错误代码是什么-999?

1 个答案:

答案 0 :(得分:1)

它实际上意味着在上一个请求完成之前发出了另一个请求。