<!--
{
  "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/SentDatabaseChanges/FailedZoneSave",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:8CloudKit12CKSyncEngineC5EventO19SentDatabaseChangesV14FailedZoneSaveV"
  },
  "title" : "CKSyncEngine.Event.SentDatabaseChanges.FailedZoneSave"
}
-->

# CKSyncEngine.Event.SentDatabaseChanges.FailedZoneSave

A type that describes an unsuccessful attempt to modify a single record zone.

```
struct FailedZoneSave
```

## Topics

### Accessing the record zone

[`let zone: CKRecordZone`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/SentDatabaseChanges/FailedZoneSave/zone)

The record zone that CloudKit is unable to modify.

### Accessing the error

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

An error that describes the reason for the unsuccessful attempt to modify the associated record zone.

### Debugging the type

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

A textual description of the type that’s suitable for logging.

### Default Implementations

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

## Relationships

### Conforms To

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

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

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

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

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

---

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)