Contents

Record Changed Error Keys

Constants that represent conflicting records in a save operation.

Overview

If the version of a record on the server is newer than the version you try to save, the server returns a CKError.Code.serverRecordChanged error. The error’s userInfo dictionary contains the different versions of the conflicting records. Use these keys to retrieve the records, and to perform any resolution logic necessary to resolve the conflict.

Topics

Record Changed Error Keys

See Also

Errors