Contents

CKErrorUserDidResetEncryptedDataKey

The key that determines whether CloudKit deletes a record zone because of a user action.

Declaration

let CKErrorUserDidResetEncryptedDataKey: String

Mentioned in

Discussion

An NSNumber that represents a Boolean value you use to determine whether a user action causes CloudKit to delete a record zone. CloudKit adds this key to the error’s userInfo dictionary when the error code is CKError.Code.zoneNotFound.

See Also

Errors