An error occurred while fetching participants.
missing construct List from UList
seems to be handled by this one:
template<class T2>
explicit List(const List<T2>&);
only noticed when I tried to inherit constructors from List in a derived class.