Solved
REST API rate limit error message sample
The error code documentation specifies that the response message for an error code 606 will be sent as shown below -
Max rate limit '%s' exceeded with in '%s' secs
Is it fair to assume that a possible error message could like this -
Max rate limit 100 exceeded with in 20 secs
The rate limit default is 100 API calls per 20 sec window. So, I assumed that the above message will be returned in that format. Please confirm.
Thanks,
Vasu.
Max rate limit '%s' exceeded with in '%s' secs
Is it fair to assume that a possible error message could like this -
Max rate limit 100 exceeded with in 20 secs
The rate limit default is 100 API calls per 20 sec window. So, I assumed that the above message will be returned in that format. Please confirm.
Thanks,
Vasu.