Statistics
Index
Methods
Properties
Methods
add_rate_limit_error
Add rate limit error for specific attempt.
Parameters
attempt: int
The attempt number (1-based indexing).
Returns None
Properties
calls
Total number of API method calls made by the client.
rate_limit_errors
List tracking which retry attempts encountered rate limit (429) errors.
requests
Total number of HTTP requests sent, including retries.
Statistics about API client usage and rate limit errors.