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
DBTEAMTeamFolderTeamSharedDropboxErrorDisallowedSwift
case disallowed = 0 -
(no description).
Declaration
Objective-C
DBTEAMTeamFolderTeamSharedDropboxErrorOtherSwift
case other = 1
View on GitHub
DBTEAMTeamFolderTeamSharedDropboxErrorTag Enumeration Reference