Contents

CKError.Code.requestRateLimited

An error that occurs when CloudKit rate-limits requests.

Declaration

case requestRateLimited

Discussion

Check for a CKErrorRetryAfterKey key in the userInfo dictionary of any CloudKit error that you receive. It’s especially important to check for it if you receive any of these errors. Use the value of the CKErrorRetryAfterKey key as the number of seconds to wait before retrying this operation.

See Also

Error Codes