CKRecordChangedErrorClientRecordKey

Static CKRecordChangedErrorClientRecordKey 

Source
pub unsafe static CKRecordChangedErrorClientRecordKey: &'static NSString
Available on crate feature CKError only.
Expand description

If the server rejects a record save because it has been modified since the last time it was read, a CKErrorServerRecordChangedwill be returned. The error’s userInfodictionary will contain a CKRecordkeyed by CKRecordChangedErrorClientRecordKey.This is the record object that you tried to save.

See also Apple’s documentation