DBSHARINGSharingUserErrorTag
Objective-C
enum DBSHARINGSharingUserErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGSharingUserErrorTag : Int, @unchecked Sendable
                The DBSHARINGSharingUserErrorTag enum type represents the possible tag
states with which the DBSHARINGSharingUserError union can exist.
- 
                  
                  
This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Objective-C
DBSHARINGSharingUserErrorEmailUnverifiedSwift
case emailUnverified = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGSharingUserErrorOtherSwift
case other = 1 
View on GitHub
        DBSHARINGSharingUserErrorTag Enumeration Reference