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
DBTEAMTeamFolderInvalidStatusErrorActive
Swift
case active = 0
-
The folder is archived and the operation did not succeed.
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorArchived
Swift
case archived = 1
-
The folder is being archived and the operation did not succeed.
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorArchiveInProgress
Swift
case archiveInProgress = 2
-
(no description).
Declaration
Objective-C
DBTEAMTeamFolderInvalidStatusErrorOther
Swift
case other = 3