MemberSelectorError
public enum MemberSelectorError : CustomStringConvertible, JSONRepresentable
The MemberSelectorError 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 a member of the team.
Declaration
Swift
case userNotInTeam
-
Declaration
Swift
public var description: String { get }