Path: /sdks/node
I was reading the Node SDK documentation, specifically the Error Handling section, which states:
"The examples above demonstrate how to handle these errors using try/catch blocks."
However, looking at the code snippets in the "Usage" sections above, none of them actually implement a try/catch block.
It would be helpful to update one of the examples (perhaps the scraping one) to explicitly show the recommended try/catch pattern and how to access the error message, or update the text to reflect the current examples.

Path: /sdks/node
I was reading the Node SDK documentation, specifically the Error Handling section, which states:
"The examples above demonstrate how to handle these errors using try/catch blocks."
However, looking at the code snippets in the "Usage" sections above, none of them actually implement a try/catch block.
It would be helpful to update one of the examples (perhaps the scraping one) to explicitly show the recommended
try/catchpattern and how to access the error message, or update the text to reflect the current examples.