-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
FloaterdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FloaterdocumentationImprovements or additions to documentationImprovements or additions to documentation