Skip to main content

Variable: emailAuthErrorCodes

const emailAuthErrorCodes: readonly ["invalid_request", "invalid_credentials", "email_exists", "invalid_token", "expired_token", "too_many_attempts", "too_many_requests", "email_not_verified", "password_too_weak"]

Defined in: emailAuthRuntime.ts:71

Error codes a handler can return. Stable strings, so a client can branch on them without parsing prose.