pub unsafe static CKPartialErrorsByItemIDKey: &'static NSStringAvailable on crate feature
CKError only.Expand description
When a CKErrorPartialFailure happens this key will be set in the error’s userInfo dictionary.
The value of this key will be a dictionary, and the values will be errors for individual items with the keys being the item IDs that failed.
See also Apple’s documentation