If I get an error code result from a Cocoa function, is there any easy way to figure out what it means (other than by grepping through all the .h files in the framework bundles)?
|
|
You should look at the For example, an Also, if you print the description of the |
||
|
|
|
|
Also, Cocoa's NSError is meant to be displayable to the end user. If you just log it, it should be readable. If you're talking about Carbon's OSStatus and such, MacErrors.h. |
||
|
|
