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
DBTEAMExcludedUsersUpdateErrorUsersNotInTeamSwift
case usersNotInTeam = 0 -
A maximum of 1000 users for each of addition/removal can be supplied.
Declaration
Objective-C
DBTEAMExcludedUsersUpdateErrorTooManyUsersSwift
case tooManyUsers = 1 -
(no description).
Declaration
Objective-C
DBTEAMExcludedUsersUpdateErrorOtherSwift
case other = 2
View on GitHub
DBTEAMExcludedUsersUpdateErrorTag Enumeration Reference