Error Trigger ouput


Can we print this marked with an arrow in error trigger, I am unable to find this message how to pull , rest other details are showing

Hey @chandan988, the error trigger should usually include the error message from the failing node. Could you confirm which data you are getting from the error trigger at the moment?

Hi @MutedJam ,

Actually, as @chandan988 too, I think error trigger output should contains more details of an error.

We can grab the first message which I marked with green box via this expression.

{{$node["Error Trigger"].json["execution"]["error"]["message"]}}

It would be great to grab sub message of error which I marked with red box. Is it possible?

Thanks its was our typo error