How to collect validation errors and custom errors in pipe
I have a pipe in which I want to add errors to the arkerrors array. But when there is an validation error, then only the validation error is outputted.
When I have now the following type, only the validation error is shown:
But I want that both errors are returned, so that I can return all collected errors.
When I have now the following type, only the validation error is shown:
But I want that both errors are returned, so that I can return all collected errors.