We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca392fe commit 7373e73Copy full SHA for 7373e73
1 file changed
docs/content/4.integrations/4.i18n.md
@@ -130,10 +130,10 @@ export default defineServerAuth(() => ({
130
| `EMAIL_NOT_VERIFIED` | Email not verified |
131
| `SESSION_EXPIRED` | Session expired |
132
| `INVALID_TOKEN` | Invalid token |
133
+| `TOKEN_EXPIRED` | Token expired |
134
| `USER_ALREADY_EXISTS` | User already exists |
135
| `INVALID_EMAIL` | Invalid email |
136
| `PASSWORD_TOO_SHORT` | Password too short |
-| `RATE_LIMIT_EXCEEDED` | Too many requests |
137
138
::callout{icon="i-lucide-book" to="https://www.better-auth.com/docs/concepts/client#error-codes"}
139
See [Better Auth Error Codes](https://www.better-auth.com/docs/concepts/client#error-codes) for the complete list of error codes.
0 commit comments