PtcRunner.Lisp.ExecutionError exception (PtcRunner v0.11.0)

Copy Markdown View Source

Exception used to signal execution errors during Lisp evaluation.

This exception is used internally by the tool_executor and ToolNormalizer to propagate structured errors (like unknown tools or tool failures) out of the evaluation loop and into the Step failure result.

Summary

Functions

Compile-time list of stable parallel error reasons that must survive nesting unchanged so the security/capacity outcome is deterministic at any depth. Safe to use in guard clauses.

Functions

stable_parallel_reasons()

(macro)

Compile-time list of stable parallel error reasons that must survive nesting unchanged so the security/capacity outcome is deterministic at any depth. Safe to use in guard clauses.