ExcludedUsersUpdateError
public enum ExcludedUsersUpdateError : CustomStringConvertible, JSONRepresentable
Excluded users update error.
-
At least one of the users is not part of your team.
Declaration
Swift
case usersNotInTeam
-
A maximum of 1000 users for each of addition/removal can be supplied.
Declaration
Swift
case tooManyUsers
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }