Skip to main content

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

NameDescription
call_stackReturns the call stack.
pretty_printReturns a string representation of the error.
reasonReturns the probable cause for this evaluation error.