CustomQuotaError
public enum CustomQuotaError : CustomStringConvertible, JSONRepresentable
Error returned when getting 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
-
Declaration
Swift
public var description: String { get }