DBTEAMResendSecondaryEmailResultTag
Objective-C
enum DBTEAMResendSecondaryEmailResultTag : NSInteger {}
Swift
@frozen enum DBTEAMResendSecondaryEmailResultTag : Int, @unchecked Sendable
The DBTEAMResendSecondaryEmailResultTag enum type represents the possible
tag states with which the DBTEAMResendSecondaryEmailResult union can
exist.
-
A verification email was successfully sent to the secondary email address.
Declaration
Objective-C
DBTEAMResendSecondaryEmailResultSuccessSwift
case success = 0 -
This secondary email address is not pending for the user.
Declaration
Objective-C
DBTEAMResendSecondaryEmailResultNotPendingSwift
case notPending = 1 -
Too many emails are being sent to this email address. Please try again later.
Declaration
Objective-C
DBTEAMResendSecondaryEmailResultRateLimitedSwift
case rateLimited = 2 -
(no description).
Declaration
Objective-C
DBTEAMResendSecondaryEmailResultOtherSwift
case other = 3
View on GitHub
DBTEAMResendSecondaryEmailResultTag Enumeration Reference