博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NSError
阅读量:6159 次
发布时间:2019-06-21

本文共 1173 字,大约阅读时间需要 3 分钟。

hot3.png

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html

Foundation Constants Reference

NSError Codes

 

 

NSError codes in the Cocoa error domain.

enum {  = 4,  = 255,  = 256,  = 257,  = 258,  = 259,  = 260,  = 261,  = 262,  = 263,  = 264,  = 512,  = 513,  = 514,  = 517,  = 518,  = 640,  = 642m  = 1024,  = 2048,  = 3072,  = 0,  = 1023,  = 1024,  = 2047,  = 2048,  = 2559,  = 3840,  = 3841,  = 3842,  = 3851,  = 3840,  = 4095  = 3584,  = 3584,  = 3585,  = 3586,  = 3587,  = 3588,  = 3839,   }

URL Loading System Error Codes

These values are returned as the error code property of an NSError object with the domain “NSURLErrorDomain”.

typedef enum{  = -1,  = -999,  = -1000,  = -1001,  = -1002,  = -1003,  = -1004,  = -1103,  = -1005,  = -1006,  = -1007,  = -1008,  = -1009,  = -1010,  = -1011,  = -1012,  = -1013,  = -1014,  = -1015,  = -1016,  = -1017,  = -1100,  = -1101,  = -1102,  = -1200,  = -1201,  = -1202,  = -1203,  = -1204,  = -1205,  = -1206,  = -2000,  = -3000,  = -3001,  = -3002,  = -3003,  = -3004,  = -3005,  = -3006,  = -3007}

转载于:https://my.oschina.net/u/1782374/blog/401639

你可能感兴趣的文章
Apache通过mod_php5支持PHP
查看>>
java学习:jdbc连接示例
查看>>
Silverlight 如何手动打包xap
查看>>
Javascript一些小细节
查看>>
禁用ViewState
查看>>
Android图片压缩(质量压缩和尺寸压缩)
查看>>
nilfs (a continuent snapshot file system) used with PostgreSQL
查看>>
【SICP练习】150 练习4.6
查看>>
HTTP缓存应用
查看>>
KubeEdge向左,K3S向右
查看>>
DTCC2013:基于网络监听数据库安全审计
查看>>
CCNA考试要点大搜集(二)
查看>>
ajax查询数据库时数据无法更新的问题
查看>>
Kickstart 无人职守安装,终于搞定了。
查看>>
linux开源万岁
查看>>
linux/CentOS6忘记root密码解决办法
查看>>
25个常用的Linux iptables规则
查看>>
集中管理系统--puppet
查看>>
分布式事务最终一致性常用方案
查看>>
Exchange 2013 PowerShell配置文件
查看>>