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
DBSHARINGAddMemberSelectorErrorAutomaticGroup
Swift
case automaticGroup = 0
-
The value is the ID that could not be identified.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorInvalidDropboxId
Swift
case invalidDropboxId = 1
-
The value is the e-email address that is malformed.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorInvalidEmail
Swift
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
DBSHARINGAddMemberSelectorErrorUnverifiedDropboxId
Swift
case unverifiedDropboxId = 3
-
At least one of the specified groups in
members
inDBSHARINGAddFolderMemberArg
is deleted.Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorGroupDeleted
Swift
case groupDeleted = 4
-
Sharing to a group that is not on the current user’s team.
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorGroupNotOnTeam
Swift
case groupNotOnTeam = 5
-
(no description).
Declaration
Objective-C
DBSHARINGAddMemberSelectorErrorOther
Swift
case other = 6