DBCONTACTSDeleteManualContactsErrorTag
Objective-C
enum DBCONTACTSDeleteManualContactsErrorTag : NSInteger {}
Swift
@frozen enum DBCONTACTSDeleteManualContactsErrorTag : Int, @unchecked Sendable
The DBCONTACTSDeleteManualContactsErrorTag
enum type represents the
possible tag states with which the DBCONTACTSDeleteManualContactsError
union can exist.
-
Can’t delete contacts from this list. Make sure the list only has manually added contacts. The deletion was cancelled.
Declaration
Objective-C
DBCONTACTSDeleteManualContactsErrorContactsNotFound
Swift
case contactsNotFound = 0
-
(no description).
Declaration
Objective-C
DBCONTACTSDeleteManualContactsErrorOther
Swift
case other = 1