Rate Limit Exceeded

sejhemming
Community Member

Hey everyone.

Newbie here.

I'm looking through the docs, specifically the page on throttling. It say that I'll receive a  403 Forbidden (Rate Limit Exceeded) response if I'm over my limit.

Question 1: How do I differentiate between a vanilla 403 and this context heavy 403? Am I suppose to check the ReasonPhrase of the HttpResponseMessage? 

Question 2: If I'm paging through a whole bunch of data could I expect my quota to be exceeded between one call and the next? Or is the quota for the entire query guessed at, pre-flight?

Thanks in advance

Labels (2)
0 Likes