The error when a client is rate limited.
{ "type": "RATE_LIMITED", "status": 429, "message": "You have been rate limited", "retry_after": 1234} Copy
{ "type": "RATE_LIMITED", "status": 429, "message": "You have been rate limited", "retry_after": 1234}
A brief explanation of the error.
The amount of milliseconds you're still rate limited for.
The HTTP status of the error.
The error when a client is rate limited.
Example