Enums
The following enums are available globally.
-
Describes a Core Data persistent store type.
See moreDeclaration
Swift
public enum StoreType: Equatable
-
An error type that specifies possible errors that are thrown by calling
See moreCoreDataModel.migrate() throws
.Declaration
Swift
public enum MigrationError: Error
-
A result object representing the result of saving an
See moreNSManagedObjectContext
.Declaration
Swift
public enum SaveResult: Equatable
-
Describes a Core Data model file exention type based on the Model File Format and Versions documentation.
See moreDeclaration
Swift
public enum ModelFileExtension: String
-
A result object representing the result of creating a
See moreCoreDataStack
via aCoreDataStackFactory
.Declaration
Swift
public enum StackResult: Equatable