NSURLError错误码

本文详细列举并解释了iOS开发中常见的NSURLError错误码,包括网络连接失败、超时、无法解析URL等,帮助开发者解决网络请求过程中遇到的问题。
摘要由CSDN通过智能技术生成
<span style="font-family: Arial, Helvetica, sans-serif;">enum</span>
{
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorUnknown" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorUnknown</a> = -1,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorCancelled" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorCancelled</a> = -999,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorBadURL" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorBadURL</a> = -1000,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorTimedOut" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorTimedOut</a> = -1001,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorUnsupportedURL" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorUnsupportedURL</a> = -1002,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorCannotFindHost" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorCannotFindHost</a> = -1003,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorCannotConnectToHost" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorCannotConnectToHost</a> = -1004,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorDataLengthExceedsMaximum" target="_blank" style="color: rgb(0, 51, 102); text-decoration: none;">NSURLErrorDataLengthExceedsMaximum</a> = -1103,
   <a target=_blank href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html#//apple_ref/doc/c_ref/NSURLErrorNetworkConnectionLost" target="_blank" style="c
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值