Values.TooManyRequestsExceptionSourceAn error that is returned when a limit of a specific type has been exceeded.
type nonrec t = {limitType : string option;The type of limit that was exceeded.
*)message : string option;An error message to inform that the request has failed.
*)}