partialErrorsByItemID
The dictionary that contains errors that relate to individual record operations.
Declaration
var partialErrorsByItemID: [AnyHashable : any Error]? { get }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.