DBTEAMAddSecondaryEmailsErrorTag
Objective-C
enum DBTEAMAddSecondaryEmailsErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMAddSecondaryEmailsErrorTag : Int, @unchecked Sendable
The DBTEAMAddSecondaryEmailsErrorTag enum type represents the possible tag
states with which the DBTEAMAddSecondaryEmailsError union can exist.
-
Secondary emails are disabled for the team.
Declaration
Objective-C
DBTEAMAddSecondaryEmailsErrorSecondaryEmailsDisabledSwift
case secondaryEmailsDisabled = 0 -
A maximum of 20 secondary emails can be added in a single call.
Declaration
Objective-C
DBTEAMAddSecondaryEmailsErrorTooManyEmailsSwift
case tooManyEmails = 1 -
(no description).
Declaration
Objective-C
DBTEAMAddSecondaryEmailsErrorOtherSwift
case other = 2
View on GitHub
DBTEAMAddSecondaryEmailsErrorTag Enumeration Reference