Error

public enum Error: Swift.Error

CoreDataStack specific ErrorTypes

  • Case when an NSPersistentStore is not found for the supplied store URL

    Declaration

    Swift

    case storeNotFound(at: URL)
  • Case when an In-Memory store is not found

    Declaration

    Swift

    case inMemoryStoreMissing
  • Case when the store URL supplied to contruct function cannot be used

    Declaration

    Swift

    case unableToCreateStore(at: URL)