Rate limit exceptions #559
claytonneal
started this conversation in
General
Replies: 2 comments
-
From looking at the code this might be:
I wonder if an enhancement could be in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Reason i ask is im building an API with Strava lib and want to pass on the 429 response, but i cannot determine that if a generic "Fault" exception is raised |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heya, if i initialise the client with rate limiting = False
What exception type does the client throw when it gets a rate limited response? As i want to catch that exception type in my code
Thanks
Beta Was this translation helpful? Give feedback.
All reactions