Quiz 10 Question 14 of 20

A team is implementing rate limit handling for a high-volume Claude API integration and wants to distinguish between different 429 error sub-types to apply different backoff strategies. The API returns a 429 with JSON body. Which field in the error response should the application inspect to differentiate request-per-minute limits from token-per-minute limits?

Select an answer to reveal the explanation.

Motivation