DBTEAMBaseTeamFolderErrorTag
Objective-C
enum DBTEAMBaseTeamFolderErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMBaseTeamFolderErrorTag : Int, @unchecked Sendable
                The DBTEAMBaseTeamFolderErrorTag enum type represents the possible tag
states with which the DBTEAMBaseTeamFolderError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMBaseTeamFolderErrorAccessErrorSwift
case accessError = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMBaseTeamFolderErrorStatusErrorSwift
case statusError = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMBaseTeamFolderErrorTeamSharedDropboxErrorSwift
case teamSharedDropboxError = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMBaseTeamFolderErrorOtherSwift
case other = 3 
View on GitHub
        DBTEAMBaseTeamFolderErrorTag Enumeration Reference