Enums

The following enums are available globally.

  • Describes a Core Data persistent store type.

    See more

    Declaration

    Swift

    public enum StoreType: Equatable
  • An error type that specifies possible errors that are thrown by calling CoreDataModel.migrate() throws.

    See more

    Declaration

    Swift

    public enum MigrationError: Error
  • A result object representing the result of saving an NSManagedObjectContext.

    See more

    Declaration

    Swift

    public enum SaveResult: Equatable