SetCustomQuotaError
public enum SetCustomQuotaError : CustomStringConvertible, JSONRepresentable
Error returned when setting member custom quota.
-
A maximum of 1000 users can be set for a single call.
Declaration
Swift
case tooManyUsers
-
An unspecified error.
Declaration
Swift
case other
-
Some of the users are on the excluded users list and can’t have custom quota set.
Declaration
Swift
case someUsersAreExcluded
-
Declaration
Swift
public var description: String { get }