MembersRecoverError
public enum MembersRecoverError : CustomStringConvertible, JSONRepresentable
The MembersRecoverError union
-
No matching user found. The provided team_member_id, email, or external_id does not exist on this team.
Declaration
Swift
case userNotFound -
The user is not recoverable.
Declaration
Swift
case userUnrecoverable -
The user is not a member of the team.
Declaration
Swift
case userNotInTeam -
Team is full. The organization has no available licenses.
Declaration
Swift
case teamLicenseLimit -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
MembersRecoverError Enumeration Reference