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
DBTEAMSetCustomQuotaErrorTooManyUsers
Swift
case tooManyUsers = 0
-
(no description).
Declaration
Objective-C
DBTEAMSetCustomQuotaErrorOther
Swift
case other = 1
-
Some of the users are on the excluded users list and can’t have custom quota set.
Declaration
Objective-C
DBTEAMSetCustomQuotaErrorSomeUsersAreExcluded
Swift
case someUsersAreExcluded = 2