Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created March 1, 2014 21:57
Show Gist options
  • Save rodericj/9298122 to your computer and use it in GitHub Desktop.
Save rodericj/9298122 to your computer and use it in GitHub Desktop.
(lldb) po [[[error userInfo] objectForKey:@"NSDetailedErrors"] objectAtIndex:0]
Error Domain=NSCocoaErrorDomain Code=1570 "The operation couldn’t be completed. (Cocoa error 1570.)" UserInfo=0x1201e290 {NSValidationErrorObject=<FOFSList: 0xf2357f0> (entity: FOFSList; id: 0x120939b0 <x-coredata://6D8CBDDD-DFD9-4463-9305-52EA03846EEE/FOFSList/p5> ; data: {
canonicalUrl = nil;
collaborative = nil;
collaborators = (
);
desc = nil;
editable = nil;
followers = (
);
following = nil;
listID = nil;
listItems = (
);
name = nil;
photo = nil;
user = nil;
venueCount = 0;
visitedCount = 0;
}), NSValidationErrorKey=canonicalUrl, NSLocalizedDescription=The operation couldn’t be completed. (Cocoa error 1570.)}
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment