[x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
[x] New features take time and effort to create, and they take even more effort to maintain. So if the purpose of the feature is to resolve a struggle you are encountering personally, please consider first posting a "trouble" or "other" issue so we can discuss your use case and search for existing solutions first.
controller$pop() has an error argument to customize error handling seamlessly. It would be convenient to add a similar argument to controller$collect() for both controllers and controller groups.
Prework
Proposal
controller$pop()
has anerror
argument to customize error handling seamlessly. It would be convenient to add a similar argument tocontroller$collect()
for both controllers and controller groups.