<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKSyncEngine-5sie5/Event/DidFetchRecordZoneChanges",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:8CloudKit12CKSyncEngineC5EventO25DidFetchRecordZoneChangesV"
  },
  "title" : "CKSyncEngine.Event.DidFetchRecordZoneChanges"
}
-->

# CKSyncEngine.Event.DidFetchRecordZoneChanges

A type that provides information about a finished record zone fetch.

```
struct DidFetchRecordZoneChanges
```

## Topics

### Identifying the record zone

[`let zoneID: CKRecordZone.ID`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/DidFetchRecordZoneChanges/zoneID)

The associated record zone’s unique identifier.

### Handling errors

[`let error: CKError?`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/DidFetchRecordZoneChanges/error)

An error that describes the cause of a failed fetch operation.

### Debugging the event

[`var description: String`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/DidFetchRecordZoneChanges/description)

The textual description of the event that’s suitable for logging.

### Default Implementations

[CustomStringConvertible Implementations](/documentation/CloudKit/CKSyncEngine-5sie5/Event/DidFetchRecordZoneChanges/CustomStringConvertible-Implementations)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Escapable`](/documentation/Swift/Escapable)

[`Copyable`](/documentation/Swift/Copyable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)