测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
发布最新发布 | 2014年12月 |
由 Daniel Clelland 维护。
NSError 分类,用于格式化打印 Core Data 验证错误。
NSError *error;
[self.managedObjectContext save:&error];
if (error) {
NSLog(@"%@", [error coreDataValidationErrorDescription]);
}
>>> Foo entity "bar" count (257) should not be greater than the maximum allowed