Expand description
Resource management error utilities for ASS-RS
Provides specialized error creation and validation functions for resource limits including memory allocation, processing limits, and other system resource constraints. Focuses on preventing resource exhaustion attacks.
Functionsยง
- check_
depth_ limit - Check nesting depth limit
- check_
input_ size_ limit - Check input size limit
- check_
memory_ limit - Check memory usage against limit
- feature_
not_ supported - Create feature not supported error
- out_
of_ memory - Create memory allocation error
- resource_
limit_ exceeded - Create resource limit exceeded error