Contents

quotaExceeded

An error that occurs when saving a record exceeds the user’s storage quota.

Declaration

static var quotaExceeded: CKError.Code { get }

Discussion

In the public database: Your app’s container doesn’t have enough storage. Individual users can’t do anything about this, but you can go to the CloudKit Dashboard to view and manage your container’s storage.

In the private database: The user doesn’t have enough iCloud storage. Prompt the user to go to iCloud settings to manage their storage.

In the shared database: The owner of the shared record zone doesn’t have enough iCloud storage. The user can’t do anything about this, but can contact the owner about upgrading their storage or cleaning up their iCloud account.

See Also

Getting Error Codes