Error Trigger -node should get the JSON variables passed to it.
My use case:
For example, I would like to return an answer with an error message to a user via Telegram. As error trigger doesn’t receive any of the context, I’m not able to do this since none of the JSON variables are available. So the workflow just errors silently. Naturally I can get error reporting sent when I hardcode the chatID etc but the actual user using for example telegram here would not get any error message as I can’t refer to chatID as the context is not available.