Contents

unsyncedEdits

An error indicating that the item contains unsynced changes.

Declaration

static var unsyncedEdits: NSFileProviderError.Code { get }

Discussion

The NSFileProviderManager throws this error when you attempt to evict an item that contains unsynced changes. The system sets the error’s NSURLErrorKey to the URL of the item that the error affects.

See Also

Accessing error codes