原文:how to handle error when saving managedObjectContext?
What s the appropriate strategy for restoring to the existing persistent store if there s an error when doing a -[NSManagedObjectContext save:] ? -[NSManagedObjectContext rollback]? Or should I save ...