EvalError
Error thrown when an error occurs during script evaluation or execution.
EvalError represents runtime errors that occur during the evaluation of Aleph scripts. It contains detailed information about what went wrong, including the error reason, file location, call stack trace, and context about available function overloads when applicable. This comprehensive error information helps with debugging and understanding execution failures.
Members
| Name | Description |
|---|---|
| call_stack | Returns the call stack. |
| pretty_print | Returns a string representation of the error. |
| reason | Returns the probable cause for this evaluation error. |