get_error_chain
Trace error transitions to diagnose cascading failures. See which errors lead to, precede, or are confused with a given error to predict what comes next.
Instructions
Traverse the error transition graph for a specific error. Shows what errors typically follow this one (leads_to), what errors usually precede it (preceded_by), and what errors are frequently confused with it. Use this to diagnose cascading failures and predict what comes next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error_id | Yes | The error ID (domain/slug/env) to get the transition graph for |