DBTEAMTeamFolderTeamSharedDropboxErrorTag
Objective-C
enum DBTEAMTeamFolderTeamSharedDropboxErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMTeamFolderTeamSharedDropboxErrorTag : Int, @unchecked Sendable
The DBTEAMTeamFolderTeamSharedDropboxErrorTag
enum type represents the
possible tag states with which the DBTEAMTeamFolderTeamSharedDropboxError
union can exist.
-
This action is not allowed for a shared team root.
Declaration
Objective-C
DBTEAMTeamFolderTeamSharedDropboxErrorDisallowed
Swift
case disallowed = 0
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderTeamSharedDropboxErrorOther
Swift
case other = 1