1

I have found this error:

Error - Error Domain=NSURLErrorDomain Code=-999

The operation couldn’t be completed. (NSURLErrorDomain error -999.)

During load youtube link on my UIWebView first time.

Any idea why this happens?

Ram G Athreya
  • 4,892
  • 6
  • 25
  • 57
Tarang
  • 96
  • 1
  • 6

1 Answers1

5

-999 error code means NSURLErrorCancelled.
This happens when the past request is cancelled.
If it works without any issues except that, no problem :)

See: Foundation Constants Reference

mono
  • 4,340
  • 3
  • 21
  • 49