Skip to main content

Module evaluation_error

Module evaluation_error 

Source
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§

ScriptEvaluationError
ScriptResourceLimit
The resource a ScriptEvaluationError ran out of, with the limit and the attempted usage (the reference’s ScriptResourceLimitError fields).

Enums§

ExecutionContext
The execution context within which an error occurred.
ScriptResource
A rich error type for script evaluation failures.