Module Values.PayloadTooLargeExceptionSource

The configuration size is too large.

Sourcetype nonrec t = {
  1. message : String_.t option;
  2. measure : BytesMeasure.t option;
  3. limit : Float_.t option;
  4. size : Float_.t option;
}
Sourceval make : ?message:??? -> ?measure:??? -> ?limit:??? -> ?size:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Float of Float_.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t