Does the `Problems` API support throwing more than...
# community-support
z
Does the
Problems
API support throwing more than one problem from the same task as a group? For example, I have a task that runs 5 validations on a file. After all the validations run, I want to report the errors together. This means there can be between 0-5 errors, but I want to throw them all in the same task when they're reported to the user, instead of the first validation that fails
t