Module Values.ExceedsLimitExceptionSource

The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded.

Sourcetype nonrec t = {
  1. message : ErrorMessage.t option;
  2. quotaName : String_.t option;
    (*

    The name of the quota that has been breached.

    *)
  3. quotaValue : Integer.t option;
    (*

    The current quota value for the customers.

    *)
}
Sourceval make : ?message:??? -> ?quotaName:??? -> ?quotaValue:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of ErrorMessage.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