Skip to content

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?

ErrorSeverity

Returns

ToolExecutionError

Overrides

FrameworkError.constructor

Properties

cause?

readonly optional cause: Error

Defined in: core/errors.ts:14

Inherited from

FrameworkError.cause


component

readonly component: string

Defined in: core/errors.ts:12

Inherited from

FrameworkError.component


severity

readonly severity: ErrorSeverity

Defined in: core/errors.ts:13

Inherited from

FrameworkError.severity

Built with VitePress