CodeError
Agent Runtimes / types/execution / CodeError
Interface: CodeError
Defined in: types/execution.ts:16
Code error information when Python code raises an exception.
Properties
name
name:
string
Defined in: types/execution.ts:18
Exception class name (e.g., 'ValueError', 'TypeError')
traceback?
optionaltraceback?:string
Defined in: types/execution.ts:22
Python traceback string
value
value:
string
Defined in: types/execution.ts:20
Exception message/value