DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
AI for Frontend Developers
What should an application do when it receives a RateLimitError that the SDK's automatic retries didn't resolve?
A
Immediately retry in a tight loop with no backoff
B
Distinguish whether this reflects genuinely exceeded traffic tier vs. a client-side bug over-issuing requests, and back off/queue or surface an appropriate 'busy, try again' state
C
Silently ignore the error and show a blank response
D
Switch to a completely different, unrelated API
Check Answer