- (voID)connection:(NSURLConnection *)connection dIDFailWithError:(NSError *)error{ NSLog(@"connection dIDFailWithError"); if(error.code==-1009){ //do something } }解决方法 由于返回的错误应在NSURLErrorDomain内,所以 code
-1009
表示: 总结
NSURLErrorNotConnectedToInternet
Returned when a network resource was requested,but an internet connection is not established and cannot be established automatically,either through a lack of connectivity,or by the user’s choice not to make a network connection automatically.
以上是内存溢出为你收集整理的ios – NSURLConnection的错误代码“-1009”是什么意思?全部内容,希望文章能够帮你解决ios – NSURLConnection的错误代码“-1009”是什么意思?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)