Contents

NSCloudSharingConflictError

A conflict occurred during an attempt to save changes.

Declaration

var NSCloudSharingConflictError: Int { get }

Discussion

This error occurs when a conflict is detected while trying to save changes to the CKShare or root CKRecord. Respond to this error by first fetching the server’s changes to the records, then either handle the conflict manually or present it, which will instruct the user to try the operation again.

See Also

iCloud Sharing Errors