Look up a verified fix for an error
knowbase_lookupFind verified, source-backed entries for a concrete technical error. Paste the error message, error code, or the whole stack trace — boilerplate is discounted automatically, so it does not need cleaning first. Returns a match verdict of strong, partial or none; on none it returns nothing rather than the nearest entry, which means this corpus genuinely does not cover that failure and you should not treat anything from it as the answer. Each strong result lists the possible root causes with a cheap check that tells them apart. After running those checks, call knowbase_diagnose to narrow to one. Partial results are related leads only; do not diagnose or apply them without an independent match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | The error message, code, or pasted stack trace. | |
| limit | No | Maximum entries to return. 1-10, default 3. |