Values.TooManyRequestsErrorSourceError thrown when rate limit is exceeded HTTP Status Code: 429 Too Many Requests Possible OAuth2ErrorCode values: INVALID_REQUEST: Rate limiting, too many requests, abuse prevention Possible causes: Too many token requests from the same client Rate limiting based on client_id or IP address Abuse prevention mechanisms triggered Service protection against excessive token generation
type nonrec t = {error : OAuth2ErrorCode.t option;OAuth 2.0 error code indicating the specific type of error Will be INVALID_REQUEST for rate limiting scenarios
*)message : String_.t option;Detailed message about the rate limiting May include retry-after information or rate limit details
*)}