Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone - NSError reference : constants and code

I'm searching some precise doc where I can associate an error number to its constant. Let's say, for example, I'm searching the constant of NSError.code = 102. How may I do to find it ? Searching the Web does not help. Searching the headers file is a headache.

How would you do this ?

like image 219
Oliver Avatar asked May 04 '11 14:05

Oliver


1 Answers

you can find some of refrences here for NSError

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSError_Class/Reference/Reference.html

you can found some of error detail here

http://www.lifeasbob.com/Code/ErrorCodes.aspx

like image 175
Noor Khan Avatar answered Sep 29 '22 06:09

Noor Khan