Values.ThrottlingExceptionSourceThe request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.
type nonrec t = {message : ErrorMessage.t option;retryAfterSeconds : Integer.t option;The server attempts to retry a command that was throttled.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ErrorMessage.t ]) list ]