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
When API quota is reached (HTTP 429), the SDK throws an unhandled rejection instead of returning a structured error object.
This crashes the Node process in production.
Expected: Graceful handling with error.code === 'RATE_LIMIT'.