drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

v2 - NSCocoaErrorDomain #191

Open asciiz opened 9 years ago

asciiz commented 9 years ago

If I start iCloud syncing while baselines are still downloaded, I am getting errors like this:

NSCocoaErrorDomain Code=260 "The file “274_2E87EBA0-DAB6-475E-A1F4-73FD2900476C-497-000001DC4556E81A_AA2A44A1_2of3.cdeevent” couldn’t be opened because there is no such file." …. NSUnderlyingError=0x7fab9a846fb0 "The operation couldn’t be completed. No such file or directory“

Shouldn’t this be an Ensembles error (CDEErrorDomain) like:

CDEErrorCodeDiscontinuousRevisions CDEErrorCodeMissingDependencies CDEErrorCodeFileCoordinatorTimedOut

drewmccormack commented 9 years ago

Maybe. It probably would be better to transform it.

pronebird commented 8 years ago

I think experience the same, it does not seem to break anything though.