Expand description
Script evaluation error with full execution context.
This module provides a rich error type that captures the complete state of the script interpreter at the time of failure, enabling detailed debugging.
Structs§
- Script
Evaluation Error - Script
Resource Limit - The resource a
ScriptEvaluationErrorran out of, with the limit and the attempted usage (the reference’sScriptResourceLimitErrorfields).
Enums§
- Execution
Context - The execution context within which an error occurred.
- Script
Resource - A rich error type for script evaluation failures.