Example: The -save: method of NSManagedObjectContext is declared like this:
-save:
NSManagedObjectContext
- (BOOL)save:(NSError **)error
Since
The advantage is that you don't have to create the NSError object. As the documentation states:
"A pointer to an NSError object. You do not need to create an NSError object."