Global Variable グローバル変数

NSUbiquitousFileUnavailableError

The item has not been uploaded to iCloud by another device yet. 項目は、別のデバイスによってまだiCloudにアップロードされ終わっていません。

Declaration 宣言

var NSUbiquitousFileUnavailableError: Int { get }

Discussion 議論

When this error occurs, you do not need to ask the system to start downloading the item. The system will download the item as soon as it can. If you want to know when the item becomes available, use an NSMetadataQuery object to monitor changes to the file’s URL. このエラーが発生する時、あなたは項目のダウンロードを開始するかシステムに尋ねる必要はありません。システムは、それが可能になるとすぐに項目をダウンロードするでしょう。項目が利用可能になる時をあなたが知りたいならば、NSMetadataQueryオブジェクトを使ってそのファイルのURLに対する変化を監視してください。

See Also 参照

General iCloud File Errors 一般iCloudファイルエラー