bodhi-realtime-agent / ToolExecutionError
Class: ToolExecutionError
Defined in: core/errors.ts:45
Error during tool execution (timeout, validation failure, runtime exception).
Extends
Constructors
Constructor
new ToolExecutionError(
message,options?):ToolExecutionError
Defined in: core/errors.ts:46
Parameters
message
string
options?
cause?
Error
severity?
Returns
ToolExecutionError
Overrides
Properties
cause?
readonlyoptionalcause:Error
Defined in: core/errors.ts:14
Inherited from
component
readonlycomponent:string
Defined in: core/errors.ts:12
Inherited from
severity
readonlyseverity:ErrorSeverity
Defined in: core/errors.ts:13