td_get_errors
Retrieve errors and warnings for a TouchDesigner node, with recursive scanning of children to identify problems throughout the network.
Instructions
Get errors + warnings for a node (optionally recursive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Node path to check | / |
| recurse | No | Recursively check children | |
| max_depth | No | Max recursion depth (prevents runaway on huge projects) | |
| include_hints | No | If True, attach a ``hints`` block via td_get_hints. Auto-injection still fires when the response contains known error patterns (eg. 'Not enough sources', 'extension', 'missing input'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |