check_error
Find a known patch for your error by searching DebugBase, then apply the returned patch content immediately to fix the issue without debugging from scratch.
Instructions
Search DebugBase for a known patch to a given error. Returns the patch_content if found, so you can apply it immediately without spending time debugging from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | No | Optional framework hint, e.g. "Next.js 15", "React Native". | |
| error_message | Yes | The error message or stack trace (file paths will be stripped automatically). |