You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove remaining broken /settings/providers and /credits links
- Replace specific dead links with generic dashboard references
- Fixes final 2 broken links flagged by Mintlify link checker
Co-authored-by: Hammad Shami <H2Shami@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/gateway/concepts/error-handling.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,8 +114,8 @@ When both billing methods fail, the gateway returns the **most actionable error*
114
114
```
115
115
116
116
**Solutions**:
117
-
1. Add Helicone credits at [Credits](https://us.helicone.ai/credits)
118
-
2. Configure provider keys in [Settings > Providers](https://us.helicone.ai/settings/providers)
117
+
1. Add Helicone credits in your dashboard
118
+
2. Configure provider keys in your dashboard settings
119
119
3. Enable [automatic retries](/features/advanced-usage/retries) with `Helicone-Retry-Enabled: true` to handle transient failures
120
120
121
121
<Info>
@@ -131,11 +131,11 @@ When both billing methods fail, the gateway returns the **most actionable error*
131
131
When you see an error, you can determine which billing method it came from:
132
132
133
133
**PTB Errors**:
134
-
- 429: "Insufficient credits" → Add credits at [Credits](https://us.helicone.ai/credits)
134
+
- 429: "Insufficient credits" → Add credits in your dashboard
135
135
- 403: "Wallet suspended" → Contact support
136
136
137
137
**BYOK Errors**:
138
-
- 401: "Invalid API key" → Check provider keys in [Settings > Providers](https://us.helicone.ai/settings/providers)
138
+
- 401: "Invalid API key" → Check provider keys in your dashboard settings
139
139
- 500: "Provider error" → Check provider status
140
140
- 503: "Service unavailable" → Provider having issues
141
141
@@ -253,8 +253,8 @@ function classifyError(error: any) {
253
253
254
254
-[Automatic Retries](/features/advanced-usage/retries) - Configure retry headers for handling transient failures
255
255
-[Provider Routing](/gateway/provider-routing) - Learn how to configure fallback providers
256
-
-[Settings: Provider Keys](/settings/providers) - Add your provider API keys
257
-
-[Credits](/credits) - Add Helicone credits for Pass-Through Billing
256
+
- Provider Keys - Add your provider API keys in your dashboard settings
257
+
- Credits - Add Helicone credits for Pass-Through Billing in your dashboard
258
258
259
259
<Info>
260
260
**Need Help?** If you're seeing unexpected errors or need assistance configuring fallback, contact us at support@helicone.ai or join our [Discord community](https://discord.com/invite/zsSTcH2qhG).
0 commit comments