Re: Core Data design patterns
Re: Core Data design patterns
- Subject: Re: Core Data design patterns
- From: mmalc Crawford <email@hidden>
- Date: Sun, 19 Jul 2009 17:05:59 -0700
On Jul 19, 2009, at 3:15 PM, Jerry Krinock wrote:
The case in point here is that -[NSManagedObjectContext
executeFetchRequest:error:] returns an NSError if something goes
wrong.
This is misleading.
The fundamental behaviour is that method returns NO if something goes
wrong. In addition, if the error parameter is non-NULL and something
goes wrong, the parameter contains an NSError that describes the
problem.
mmalc
_______________________________________________
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