class documentation

Error that can be returned whenever a struct derived from :class:`UserSelectorArg` is used. This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method. :ivar team.UserSelectorError.user_not_found: No matching user found. The provided team_member_id, email, or external_id does not exist on this team.

Method is_user_not_found Check if the union tag is ``user_not_found``.
Class Variable user_not_found Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented