AddSecondaryEmailsError
public enum AddSecondaryEmailsError : CustomStringConvertible, JSONRepresentable
Error returned when adding secondary emails fails.
-
Secondary emails are disabled for the team.
Declaration
Swift
case secondaryEmailsDisabled -
A maximum of 20 secondary emails can be added in a single call.
Declaration
Swift
case tooManyEmails -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
AddSecondaryEmailsError Enumeration Reference