iPhone - NSError reference : constants and code

Oliver picture Oliver · May 4, 2011 · Viewed 12.1k times · Source

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 ?