UserSelectorError
public enum UserSelectorError : CustomStringConvertible, JSONRepresentable
Error that can be returned whenever a struct derived from UserSelectorArg is used.
-
No matching user found. The provided team_member_id, email, or external_id does not exist on this team.
Declaration
Swift
case userNotFound
-
Declaration
Swift
public var description: String { get }