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
DBTEAMCustomQuotaErrorTooManyUsers
Swift
case tooManyUsers = 0
-
(no description).
Declaration
Objective-C
DBTEAMCustomQuotaErrorOther
Swift
case other = 1