Get node errors
get_td_node_errorsCheck a node or its sub-network for cook and compile errors, with an option to return grouped counts instead of the full list.
Instructions
Check a node (or its whole sub-network) for cook/compile errors and warnings. Pass summary:true for grouped counts instead of the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the node (or network root) to check for errors. | |
| recursive | No | If true, check the whole network under `path`; otherwise just that node. | |
| summary | No | Return only counts grouped by error type instead of the full error list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| total | Yes | ||
| errors | No | ||
| by_type | No |