GetErrors
Retrieve build and runtime errors from the notebook. Fix Vite parse errors that block page loading and inspect rejected Observable values.
Instructions
Get errors from the notebook. Returns both Vite build/parse errors (e.g. syntax errors that prevent the page from loading) and Observable runtime errors (values in a rejected state). If the page fails to load due to a syntax error, call this first — it will surface the Vite error even without a connected runtime. For console.error messages, use GetConsoleMessages with channel="error".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Include full stack traces (default: false) | |
| notebook | No | Target notebook (URL, path like "index" or "voronoi", or index like "0"). Optional if you've used FocusNotebook or only one notebook is connected. | |
| timeout_ms | No | Maximum time to wait in milliseconds |