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
DBTEAMGroupDeleteErrorGroupNotFound
Swift
case groupNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupDeleteErrorOther
Swift
case other = 1
-
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupDeleteErrorSystemManagedGroupDisallowed
Swift
case systemManagedGroupDisallowed = 2
-
This group has already been deleted.
Declaration
Objective-C
DBTEAMGroupDeleteErrorGroupAlreadyDeleted
Swift
case groupAlreadyDeleted = 3