limitExceeded
An error that occurs when a request’s size exceeds the limit.
Declaration
static var limitExceeded: CKError.Code { get }Discussion
The server can change its limits at any time, but the following are general guidelines:
400 items (records or shares) per operation
2 MB per request (not counting asset sizes)
If your app receives CKError.Code.limitExceeded, it must split the operation in half and try both requests again.