NSError-CoreDataValidation 0.0.1

NSError-CoreDataValidation 0.0.1

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最新发布2014年12月

Daniel Clelland 维护。



  • 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