Contents

CKError.Code.limitExceeded

An error that occurs when a request’s size exceeds the limit.

Declaration

case limitExceeded

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.

See Also

Error Codes