gograph_trace
Trace an error string from its definition through the call chain to HTTP handlers. Understand error propagation in Go codebases.
Instructions
Alias for gograph_errorflow. Traces an error string heuristically from its definition up through the call chain to HTTP handlers. Requires .gograph/graph.json. Read-only; no side effects. WHEN TO USE: Use gograph_errorflow instead -- this alias exists purely for backward compatibility. RETURNS: Same structured output as gograph_errorflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| no_tests | No | If true, skip collecting related test functions | |
| term | Yes | Error string or symbol name to trace (e.g. 'ErrNotFound', 'permission denied') |