Contents

CKSyncEngine.Event.SentRecordZoneChanges

The sync engine finished sending a batch of record zone changes to the server.

Declaration

struct SentRecordZoneChanges

Overview

If a record save succeeded, you should encode the system fields of this record to use the next time you save. See encodeSystemFields(with:).

If a record deletion succeeded, you should remove any local system fields for that record.

If the record change failed, try to resolve the issue causing the error and save the record again if necessary.

Topics

Accessing successful changes

Accessing failed changes

Debugging the event

Default Implementations

See Also

Pending local changes