DBTEAMGroupDeleteErrorTag
Objective-C
enum DBTEAMGroupDeleteErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupDeleteErrorTag : Int, @unchecked Sendable
The DBTEAMGroupDeleteErrorTag enum type represents the possible tag states
with which the DBTEAMGroupDeleteError union can exist.
-
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupDeleteErrorGroupNotFoundSwift
case groupNotFound = 0 -
(no description).
Declaration
Objective-C
DBTEAMGroupDeleteErrorOtherSwift
case other = 1 -
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupDeleteErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 2 -
This group has already been deleted.
Declaration
Objective-C
DBTEAMGroupDeleteErrorGroupAlreadyDeletedSwift
case groupAlreadyDeleted = 3
View on GitHub
DBTEAMGroupDeleteErrorTag Enumeration Reference