Contents

cannotSynchronize

An error indicating a failed sync attempt.

Declaration

static var cannotSynchronize: NSFileProviderError.Code { get }

Discussion

If a specific item caused the error, the system sets the NSFileProviderErrorItemKey key to the item’s identifier, and it sets the NSUnderlyingErrorKey key to the error encountered by the item.

See Also

Accessing error codes