DBTEAMExcludedUsersUpdateErrorTag
Objective-C
enum DBTEAMExcludedUsersUpdateErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMExcludedUsersUpdateErrorTag : Int, @unchecked Sendable
The DBTEAMExcludedUsersUpdateErrorTag
enum type represents the possible
tag states with which the DBTEAMExcludedUsersUpdateError
union can exist.
-
At least one of the users is not part of your team.
Declaration
Objective-C
DBTEAMExcludedUsersUpdateErrorUsersNotInTeam
Swift
case usersNotInTeam = 0
-
A maximum of 1000 users for each of addition/removal can be supplied.
Declaration
Objective-C
DBTEAMExcludedUsersUpdateErrorTooManyUsers
Swift
case tooManyUsers = 1
-
(no description).
Declaration
Objective-C
DBTEAMExcludedUsersUpdateErrorOther
Swift
case other = 2