Module resource

Module resource 

Source
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