DBTEAMRemoveCustomQuotaResultTag
Objective-C
enum DBTEAMRemoveCustomQuotaResultTag : NSInteger {}
Swift
@frozen enum DBTEAMRemoveCustomQuotaResultTag : Int, @unchecked Sendable
The DBTEAMRemoveCustomQuotaResultTag
enum type represents the possible tag
states with which the DBTEAMRemoveCustomQuotaResult
union can exist.
-
Successfully removed user.
Declaration
Objective-C
DBTEAMRemoveCustomQuotaResultSuccess
Swift
case success = 0
-
Invalid user (not in team).
Declaration
Objective-C
DBTEAMRemoveCustomQuotaResultInvalidUser
Swift
case invalidUser = 1
-
(no description).
Declaration
Objective-C
DBTEAMRemoveCustomQuotaResultOther
Swift
case other = 2