You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CoreDataKit/Importing/NSEntityDescription+Importing.swift
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ extension NSEntityDescription
21
21
return identifyingAttribute
22
22
}
23
23
24
-
leterror=CoreDataKitError.ImportError(description:"Found \(IdentifierUserInfoKey) with value '\(identifyingAttributeName)' but that isn't a valid attribute name")
24
+
leterror=CoreDataKitError.importError(description:"Found \(IdentifierUserInfoKey) with value '\(identifyingAttributeName)' but that isn't a valid attribute name")
25
25
throw error
26
26
}elseiflet superEntity =self.superentity {
27
27
returntry superEntity.identifyingAttribute()
28
28
}
29
29
30
-
leterror=CoreDataKitError.ImportError(description:"No \(IdentifierUserInfoKey) value found on \(name)")
30
+
leterror=CoreDataKitError.importError(description:"No \(IdentifierUserInfoKey) value found on \(name)")
0 commit comments