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
localized:"There is a mismatch between a provided NSPropertyDescrption's entity and a NSEntityDescription. When a property description is provided, it must match any related entity descriptions: \(description ??Self.noErrorDescription)",
71
79
bundle:.module,
72
-
comment:"Error for when the developer does not provide a valid pair of NSAttributeDescription "
73
-
+"and NSPropertyDescription (or any of their child types)."
80
+
comment:"Error for when the developer does not provide a valid pair of NSAttributeDescription and NSPropertyDescription (or any of their child types)."
74
81
)
75
-
case.fetchedObjectFailedToCastToExpectedType:
76
-
NSLocalizedString(
77
-
"The object corresponding to the provided NSManagedObjectID is an incorrect Entity or "
78
-
+"NSManagedObject subtype. It failed to cast to the requested type.",
localized:"The object corresponding to the provided NSManagedObjectID is an incorrect Entity or NSManagedObject subtype. It failed to cast to the requested type: \(description ??Self.noErrorDescription)",
79
85
bundle:.module,
80
86
comment:"Error for when an object is found for a given ObjectID but it is not the expected type."
81
87
)
82
-
case.fetchedObjectIsFlaggedAsDeleted:
83
-
NSLocalizedString(
84
-
"The object corresponding to the provided NSManagedObjectID is deleted and cannot be fetched.",
localized:"No object ID URL found on the model for an operation against an existing managed object: \(description)",
108
113
bundle:.module,
109
-
comment:"Error for performing an operation against an existing NSManagedObject but the "
110
-
+"ManagedIdUrlReferencable instance has no managedIdUrl for looking up the NSManagedOjbectID."
114
+
comment:"Error for performing an operation against an existing NSManagedObject but the ManagedIdUrlReferencable instance has no managedIdUrl for looking up the NSManagedOjbectID."
111
115
)
112
-
case.noObjectIdOnItem:
113
-
NSLocalizedString(
114
-
"No object ID found on the model for an operation against an existing managed object.",
0 commit comments