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
DBCONTACTSDeleteManualContactsErrorContactsNotFoundSwift
case contactsNotFound = 0 -
(no description).
Declaration
Objective-C
DBCONTACTSDeleteManualContactsErrorOtherSwift
case other = 1
View on GitHub
DBCONTACTSDeleteManualContactsErrorTag Enumeration Reference