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
Copy file name to clipboardExpand all lines: docs/error-schema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Used for errors that the client needs to identify programmatically:
34
34
35
35
| Status |`error` code | Example `message`|
36
36
|--------|-------------|-------------------|
37
-
| 403 |`account_suspended`|`"Your account has been suspended due to billing issues. Please contact support@codebuff.com to resolve this."`|
37
+
| 403 |`account_suspended`|`"Your account has been suspended. Please contact support@codebuff.com if you did not expect this."`|
38
38
| 403 |`free_mode_unavailable`|`"Free mode is not available in your country."` (Freebuff: `"Freebuff is not available in your country."`) |
39
39
| 429 |`rate_limit_exceeded`|`"Subscription weekly limit reached. Your limit resets in 2 hours. Enable 'Continue with credits' in the CLI to use a-la-carte credits."`|
0 commit comments