Hi @hhkim,
I think the console should display the node’s error messages. Have you experienced any differences?
If you want to extract the error message of a node, one way that comes up to mind is to use a Try-Catch block. The Catch node collects the error of the failing node in the FailingNodeMessage flow variable. See the image below and the attached workflow.