Update RKObjectMapper to return a single NSError on failure. Update error codes

This commit is contained in:
Blake Watters
2012-08-17 13:09:47 -04:00
parent ea8a920309
commit e7d768dd2f
8 changed files with 20 additions and 5 deletions

View File

@@ -163,7 +163,7 @@
mapper.targetObject = localObject;
}
mappingResult = [mapper performMapping];
mappingResult = [mapper performMapping:&error];
}];
// Allow any enqueued operations to execute