DBTEAMGroupSelectorWithTeamGroupErrorTag
Objective-C
enum DBTEAMGroupSelectorWithTeamGroupErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupSelectorWithTeamGroupErrorTag : Int, @unchecked Sendable
The DBTEAMGroupSelectorWithTeamGroupErrorTag
enum type represents the
possible tag states with which the DBTEAMGroupSelectorWithTeamGroupError
union can exist.
-
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupSelectorWithTeamGroupErrorGroupNotFound
Swift
case groupNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupSelectorWithTeamGroupErrorOther
Swift
case other = 1
-
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupSelectorWithTeamGroupErrorSystemManagedGroupDisallowed
Swift
case systemManagedGroupDisallowed = 2