Values.ThrottlingExceptionSourceThe request was denied due to request throttling.
type nonrec t = {message : String_.t option;quotaCode : String_.t option;Service Quotas requirement to identify originating service
*)serviceCode : String_.t option;Service Quotas requirement to identify originating quota
*)retryAfterSeconds : RetryAfterSeconds.t option;Advice to clients on when the call can be safely retried
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RetryAfterSeconds.t | `String of String_.t ])
list ]