getExecutionErrorMessage
Agent Runtimes / types/execution / getExecutionErrorMessage
Function: getExecutionErrorMessage()
getExecutionErrorMessage(
result):string|null
Defined in: types/execution.ts:103
Get a human-readable error message from an execution result. Returns null if no error or intentional exit.
Parameters
result
Returns
string | null