ThrowMoreDataError
Specifies whether to throw an exception when a report’s selected range exceeds the allowable limits. The default is false.
Data Type
bool
Default Value
false
Remarks
This property determines how the connector handles scenarios where the API returns the message: "Unable to display more data. Please reduce the date range." This occurs when the selected range for a report exceeds the API’s limits.
By default, the connector logs a warning message if logging is enabled, but does not interrupt execution.
Setting this property to true instructs the connector to throw an exception in these cases, allowing the application to handle the error programmatically.
Use this property to enforce stricter error handling for large report queries, particularly in scenarios where silent failures or warnings are insufficient.