Skip to content
1 min read · 43 words

Variable: E_LLM_EXECUTION_EXECUTOR_ERROR

ts
const E_LLM_EXECUTION_EXECUTOR_ERROR: CreatedException<[]>;

Emitted (via the observability error hook) and re-thrown when the user-supplied executor callback throws during @nhtio/adk!DispatchRunner.dispatch.

Remarks

Not fatal — executor errors are recoverable runtime conditions. dispatch() rejects with this exception so callers can handle the failure via try/catch.