Global Variable グローバル変数

NSCloudSharingConflictError

A conflict occurred during an attempt to save changes. ある衝突が変更を保存するある試みの間に発生しました。

Declaration 宣言

var NSCloudSharingConflictError: Int { get }

Discussion 議論

This error occurs when a conflict is detected while trying to save changes to the CKShare or root CKRecord. Respond to this error by first fetching the server's changes to the records, then either handle the conflict manually or present it, which will instruct the user to try the operation again. このエラーは、CKShareまたはルートCKRecordへの変更を保存しようと試みている間に衝突が検出される時に発生します。そのレコードに対するサーバーのもつ変更を最初に取ってきて、それからその衝突を手動で取り扱うかまたはそれを提示するか、それはユーザに操作を再び試みるよう命じるでしょう、どちらかによってこのエラーに応答してください。

See Also 参照

iCloud Sharing Errors iCloud共有エラー