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
DBTEAMTeamFolderPermanentlyDeleteErrorAccessError
Swift
case accessError = 0
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderPermanentlyDeleteErrorStatusError
Swift
case statusError = 1
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderPermanentlyDeleteErrorTeamSharedDropboxError
Swift
case teamSharedDropboxError = 2
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderPermanentlyDeleteErrorOther
Swift
case other = 3