Contents

CKPartialErrorsByItemIDKey

The key to retrieve partial errors.

Declaration

let CKPartialErrorsByItemIDKey: String

Discussion

The value of this key 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.

See Also

Errors