fix: correct stale documentation URLs in error mapper#69
Conversation
The error-to-docs mapper pointed at two paths that 404 after the docs restructure. getting-started/errors is now platform/errors, and getResponse now maps to platform/task-polling instead of platform/get-response. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. Comment |
Two doc paths in the error mapper (
internal/api/transport/errors.go) 404 after the docs restructure:getting-started/errors→platform/errorsgetResponse:platform/get-response→platform/task-pollingNo tests assert these URLs, so this is a two-line constant change. Mirrors the same fix already shipped in the TypeScript and Python SDKs.