Hi, How can we get the description of the error in the catch component of the try/catch on Node.js? Should be use $_ERROR ? Is there any documentation I can refer to for its attributes? Many thanks
Yes $_ERROR has the error description. You can use it like any other value.