DBTEAMGroupsGetInfoErrorTag
Objective-C
enum DBTEAMGroupsGetInfoErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupsGetInfoErrorTag : Int, @unchecked Sendable
The DBTEAMGroupsGetInfoErrorTag
enum type represents the possible tag
states with which the DBTEAMGroupsGetInfoError
union can exist.
-
The group is not on your team.
Declaration
Objective-C
DBTEAMGroupsGetInfoErrorGroupNotOnTeam
Swift
case groupNotOnTeam = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupsGetInfoErrorOther
Swift
case other = 1