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