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
DBTEAMTeamFolderArchiveErrorAccessError
Swift
case accessError = 0
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderArchiveErrorStatusError
Swift
case statusError = 1
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderArchiveErrorTeamSharedDropboxError
Swift
case teamSharedDropboxError = 2
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderArchiveErrorOther
Swift
case other = 3