mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Update RKObjectMapper to return a single NSError on failure. Update error codes
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
|
||||
mapper.targetObject = localObject;
|
||||
}
|
||||
mappingResult = [mapper performMapping];
|
||||
mappingResult = [mapper performMapping:&error];
|
||||
}];
|
||||
|
||||
// Allow any enqueued operations to execute
|
||||
|
||||
Reference in New Issue
Block a user