DeleteManualContactsError

public enum DeleteManualContactsError : CustomStringConvertible, JSONRepresentable

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([String])
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }