---
title: partialErrorsByItemID
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckerror/partialerrorsbyitemid
---

# partialErrorsByItemID

The dictionary that contains errors that relate to individual record operations.

## Declaration

```swift
var partialErrorsByItemID: [AnyHashable : any Error]? { get }
```

## Discussion

Discussion This property’s value is a dictionary that maps an item ID to an error. The type of each ID depends on where the error occurs. For example, if you receive a partial error when modifying a record, the ID is an instance of CKRecord.ID that corresponds to the record that CloudKit can’t modify. The error’s userInfo dictionary contains the same value as this property. You can access it using the CKPartialErrorsByItemIDKey key.
