Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKContainerMBS class.

Next items

CKContainerMBS.CKAccountStatusAvailable = 1

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating the availability of the user’s iCloud account.

The user’s iCloud account is available and may be used by this app.

CKContainerMBS.CKAccountStatusCouldNotDetermine = 0

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating the availability of the user’s iCloud account.

An error occurred during an attempt to retrieve the account status. Consult the provided NSError object for more information.

CKContainerMBS.CKAccountStatusNoAccount = 3

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating the availability of the user’s iCloud account.

The user’s iCloud account is not available because no account information has been provided for this device.

CKContainerMBS.CKAccountStatusRestricted = 2

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating the availability of the user’s iCloud account.

The user’s iCloud account is not available. Access was denied due to Parental Controls or Mobile Device Management restrictions.

CKContainerMBS.CKApplicationPermissionStatusCouldNotComplete = 1

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating whether the app has been granted a specific permission.

An error occurred during the getting or setting of the app permission. Consult the provided NSErrorMBS object for more information.

CKContainerMBS.CKApplicationPermissionStatusDenied = 2

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating whether the app has been granted a specific permission.

The user denied access to the permission.

CKContainerMBS.CKApplicationPermissionStatusGranted = 3

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating whether the app has been granted a specific permission.

The user granted access to the permission.

CKContainerMBS.CKApplicationPermissionStatusInitialState = 0

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants indicating whether the app has been granted a specific permission.

The user has not yet decided whether to grant this permission. Use the requestApplicationPermission method to ask the user to grant the permission.

CKContainerMBS.CKApplicationPermissionUserDiscoverability = 1

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
The current user is discoverable (through the user’s email address) to other users of the app.

CKContainerMBS.ErrorAlreadyShared = 30

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

A record/share cannot be saved, doing so would cause a hierarchy of records to exist in multiple shares.

CKContainerMBS.ErrorAssetFileModified = 17

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Asset file content was modified while being saved.

CKContainerMBS.ErrorAssetFileNotFound = 16

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Asset file was not found.

CKContainerMBS.ErrorBadContainer = 5

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Un-provisioned or unauthorized container. Try provisioning the container before retrying the operation.

CKContainerMBS.ErrorBadDatabase = 24

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Operation could not be completed on the given database. Likely caused by attempting to modify zones in the public database.

CKContainerMBS.ErrorBatchRequestFailed = 22

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

One of the items in this batch operation failed in a zone with atomic updates, so the entire batch was rejected.

CKContainerMBS.ErrorChangeTokenExpired = 21

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

The previousServerChangeToken value is too old and the client must re-sync from scratch.

CKContainerMBS.ErrorConstraintViolation = 19

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

The server rejected the request because there was a conflict with a unique field.

CKContainerMBS.ErrorIncompatibleVersion = 18

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

App version is less than the minimum allowed version.

CKContainerMBS.ErrorInternalError = 1

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

CloudKit.framework encountered an error. This is a non-recoverable error.

CKContainerMBS.ErrorInvalidArguments = 12

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Bad client request (bad record graph, malformed predicate)

CKContainerMBS.ErrorLimitExceeded = 27

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

The request to the server was too large. Retry this request as a smaller batch.

CKContainerMBS.ErrorManagedAccountRestricted = 32

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Request was rejected due to a managed account restriction.

CKContainerMBS.ErrorMissingEntitlement = 8

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Missing entitlement

CKContainerMBS.ErrorNetworkFailure = 4

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Network error (available but CFNetwork gave us an error)

CKContainerMBS.ErrorNetworkUnavailable = 3

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Network not available

CKContainerMBS.ErrorNotAuthenticated = 9

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Not authenticated (writing without being logged in, no user record)

CKContainerMBS.ErrorOperationCancelled = 20

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

A CKOperation was explicitly cancelled.

CKContainerMBS.ErrorPartialFailure = 2

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Some items failed, but the operation succeeded overall. Check CKPartialErrorsByItemIDKey in the userInfo dictionary for more details.

CKContainerMBS.ErrorParticipantMayNeedVerification = 33

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the error constants.

Share Metadata cannot be determined, because the user is not a member of the share. There are invited participants on the share with email addresses or phone numbers not associated with any iCloud account. The user may be able to join the share if they can associate one of those email addresses or phone numbers with their iCloud account via the system Share Accept UI. Call UIApplication's openURL on this share URL to have the user attempt to verify their information.

Next items

The items on this page are in the following plugins: MBS Mac64bit Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...