FetchResult
public enum FetchResult: UInt
Enumeration with results of FetchAndSaveOperation
.
-
Fetching has successfully completed without any errors
Declaration
Swift
case newData = 0
-
No fetching was done, maybe fired with
FetchAndSaveOperation
was called with incorrect UserInfo without CloudCore’s dataDeclaration
Swift
case noData = 1
-
There were some errors during operation
Declaration
Swift
case failed = 2