DBSHARINGAddMemberSelectorErrorTag
Objective-C
enum DBSHARINGAddMemberSelectorErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGAddMemberSelectorErrorTag : Int, @unchecked Sendable
                The DBSHARINGAddMemberSelectorErrorTag enum type represents the possible
tag states with which the DBSHARINGAddMemberSelectorError union can exist.
- 
                  
                  
Automatically created groups can only be added to team folders.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorAutomaticGroupSwift
case automaticGroup = 0 - 
                  
                  
The value is the ID that could not be identified.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorInvalidDropboxIdSwift
case invalidDropboxId = 1 - 
                  
                  
The value is the e-email address that is malformed.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorInvalidEmailSwift
case invalidEmail = 2 - 
                  
                  
The value is the ID of the Dropbox user with an unverified email address. Invite unverified users by email address instead of by their Dropbox ID.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorUnverifiedDropboxIdSwift
case unverifiedDropboxId = 3 - 
                  
                  
At least one of the specified groups in
membersinDBSHARINGAddFolderMemberArgis deleted.Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorGroupDeletedSwift
case groupDeleted = 4 - 
                  
                  
Sharing to a group that is not on the current user’s team.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorGroupNotOnTeamSwift
case groupNotOnTeam = 5 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorOtherSwift
case other = 6 
View on GitHub
        DBSHARINGAddMemberSelectorErrorTag Enumeration Reference