Enumerations

The following enumerations are available globally.

  • Describes a Core Data model file exention type based on the Model File Format and Versions documentation.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public enum MigrationError : Error
  • Describes a Core Data persistent store type.

    See more

    Declaration

    Swift

    public enum StoreType : Equatable
    extension StoreType: CustomStringConvertible