Where are the errors in NSOSStatusErrorDomain defined?
Where are the errors in NSOSStatusErrorDomain defined?
- Subject: Where are the errors in NSOSStatusErrorDomain defined?
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Thu, 22 May 2014 12:17:50 +0700
Got an NSError with:
"Error Domain=NSOSStatusErrorDomain Code=560030580 "The operation couldn’t be completed. (OSStatus error 560030580.)""
Have:
if ( [ [ outError domain ] isEqualToString: NSOSStatusErrorDomain ] && [ outError code ] == 560030580 )
but would like to have:
if ( [ [ outError domain ] isEqualToString: NSOSStatusErrorDomain ] && [ outError code ] == NSSomeErrorEnum )
Where to look for this?
Gerriet.
iOS 7.1.1
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden