TooManyFailure
From
Description
Indicates a method has been called, and is trying to return more records than the set limit will allow. Recommended action is to change the parameters to lower the likely number of records to be returned, such as by narrowing the range of date parameters.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
Limit | int | The max number of records that can be returned via this method, (Standard limit is 1000 items, may be less or more, depending on method called). |