ThrowMoreDataError
Specifies whether to throw an exception when a report’s selected range exceeds the allowable limits. The default is false.
データ型
bool
デフォルト値
false
解説
This property determines how the 本製品 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 本製品 logs a warning message if logging is enabled, but does not interrupt execution.
Setting this property to true instructs the 本製品 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.