An error that is returned when the specified asset file is not found.
SDKs
iOS 8.0+
macOS 10.10+
Mac Catalyst 13.0+
tvOS 9.0+
watchOS 3.0+
Framework
CloudKit
Declaration
caseassetFileNotFound = 16
Discussion
In the case of a record fetch this is a retry-able error. It means there was a network or system hiccup when downloading this asset and a retry will likely succeed.
In the case of a record save, the above error means the asset on this record was removed before CloudKit was able to upload this asset to the server. Make sure that your assets exist until CKModifyRecordsOperation.completionBlock() is called.