Rate Limit Exception
class RateLimitException(headers: DeepSeekHeaders, error: DeepSeekError?, message: String?) : DeepSeekException
Thrown for HTTP 429 — the client exceeded the allowed request rate.
Consult the Retry-After response header (available via headers) before retrying.