DBTEAMCustomQuotaErrorTag
Objective-C
enum DBTEAMCustomQuotaErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMCustomQuotaErrorTag : Int, @unchecked Sendable
                The DBTEAMCustomQuotaErrorTag enum type represents the possible tag states
with which the DBTEAMCustomQuotaError union can exist.
- 
                  
                  
A maximum of 1000 users can be set for a single call.
Declaration
Objective-C
DBTEAMCustomQuotaErrorTooManyUsersSwift
case tooManyUsers = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMCustomQuotaErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMCustomQuotaErrorTag Enumeration Reference