DBTEAMSetCustomQuotaErrorTag
Objective-C
enum DBTEAMSetCustomQuotaErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMSetCustomQuotaErrorTag : Int, @unchecked Sendable
                The DBTEAMSetCustomQuotaErrorTag enum type represents the possible tag
states with which the DBTEAMSetCustomQuotaError union can exist.
- 
                  
                  
A maximum of 1000 users can be set for a single call.
Declaration
Objective-C
DBTEAMSetCustomQuotaErrorTooManyUsersSwift
case tooManyUsers = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMSetCustomQuotaErrorOtherSwift
case other = 1 - 
                  
                  
Some of the users are on the excluded users list and can’t have custom quota set.
Declaration
Objective-C
DBTEAMSetCustomQuotaErrorSomeUsersAreExcludedSwift
case someUsersAreExcluded = 2 
View on GitHub
        DBTEAMSetCustomQuotaErrorTag Enumeration Reference