DeleteManualContactsError
public enum DeleteManualContactsError : CustomStringConvertible
The DeleteManualContactsError union
-
Can’t delete contacts from this list. Make sure the list only has manually added contacts. The deletion was cancelled.
Declaration
Swift
case contactsNotFound(Array<String>)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }