2015-05-04 58 views
1

在这段代码,UIWebView加载失败,我看到了这一点:网页视图didFailLoadWithError错误代码-999

错误域= 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?

+0

请参阅此网址: - http://stackoverflow.com/questions/14451012/uiwebview-not-go-to-didfailloadwitherror-when-weblink-not-found – Rahul

回答

1

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