alreadyShared
An error that occurs when CloudKit attempts to share a record with an existing share.
Declaration
static var alreadyShared: CKError.Code { get }Discussion
A record can exist in only a single share at a time. This error means that one of the following conditions exists:
The record already has an existing share.
The record has a parent, and its parent has a share.
The record is a parent, and one of its children has a share.