DBTEAMTeamFolderInvalidStatusErrorTag
Objective-C
enum DBTEAMTeamFolderInvalidStatusErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMTeamFolderInvalidStatusErrorTag : Int, @unchecked Sendable
The DBTEAMTeamFolderInvalidStatusErrorTag enum type represents the
possible tag states with which the DBTEAMTeamFolderInvalidStatusError
union can exist.
-
The folder is active and the operation did not succeed.
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorActiveSwift
case active = 0 -
The folder is archived and the operation did not succeed.
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorArchivedSwift
case archived = 1 -
The folder is being archived and the operation did not succeed.
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorArchiveInProgressSwift
case archiveInProgress = 2 -
(no description).
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorOtherSwift
case other = 3
View on GitHub
DBTEAMTeamFolderInvalidStatusErrorTag Enumeration Reference