What is the difference between both error code when saving core data? Reading from some posts, both of them refer to same error description: The mandatory field is not filled. Is there any more specific different? Because sometimes I get 1560 error code, but I also can get 1570 error code. Thanks!
What is the difference between both error code when saving core data? Reading from
Share
The
1560is a multiple-errors error. From the Core Data Constants Reference.Sounds like you’re getting multiple
1570s which are being delivered in anNSErrorwith the1560code.