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
DBTEAMAddSecondaryEmailsErrorSecondaryEmailsDisabled
Swift
case secondaryEmailsDisabled = 0
-
A maximum of 20 secondary emails can be added in a single call.
Declaration
Objective-C
DBTEAMAddSecondaryEmailsErrorTooManyEmails
Swift
case tooManyEmails = 1
-
(no description).
Declaration
Objective-C
DBTEAMAddSecondaryEmailsErrorOther
Swift
case other = 2