1

In this code, UIWebView fails to load, I saw this:

Error Domain=NSURLErrorDomain Code=-999 "The operation couldn’t be completed. (NSURLErrorDomain error -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 
{}

May I know what is the error code -999?

shA.t
  • 16,580
  • 5
  • 54
  • 111
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
  • Refer this url :- http://stackoverflow.com/questions/14451012/uiwebview-not-go-to-didfailloadwitherror-when-weblink-not-found – Rahul Mayani May 04 '15 at 07:04

1 Answers1

1

It actually means that another request is made before the previous request is completed.

Samraan Khaan
  • 480
  • 4
  • 13