Values.LimitsExceededExceptionSourceException that indicates that the operation would exceed a limit.
type nonrec t = {message : ErrorMessage.t option;type_ : LimitType.t option;The type of limit that would be exceeded.
*)limit : LimitNumber.t option;The threshold that would be exceeded.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of LimitNumber.t | `String of ErrorMessage.t ]) list ]