Exception: Synthra::Errors::ResourceLimitError
- Defined in:
- lib/synthra/errors.rb
Overview
Base class for resource limit exceeded errors
ResourceLimitError and its subclasses are raised when generation would exceed configured safety limits. These limits prevent accidental resource exhaustion during testing.
Direct Known Subclasses
ArraySizeLimitError, LatencyLimitError, RecursionLimitError, TextLengthLimitError
Constant Summary collapse
- ERROR_CODE =
"RESOURCE_LIMIT_ERROR"