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