DBTEAMGroupSelectorErrorTag
Objective-C
enum DBTEAMGroupSelectorErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupSelectorErrorTag : Int, @unchecked Sendable
The DBTEAMGroupSelectorErrorTag
enum type represents the possible tag
states with which the DBTEAMGroupSelectorError
union can exist.
-
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupSelectorErrorGroupNotFound
Swift
case groupNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupSelectorErrorOther
Swift
case other = 1