throwOnLimitExceeded property
final
When true
, exceeding any limit (like parameterLimit or listLimit)
throws instead of applying a soft cap.
Implementation
final bool throwOnLimitExceeded;
When true
, exceeding any limit (like parameterLimit or listLimit)
throws instead of applying a soft cap.
final bool throwOnLimitExceeded;