bodhi-realtime-agent / AgentError
Class: AgentError
Defined in: core/errors.ts:53
Error related to agent routing, transfers, or subagent execution.
Extends
Constructors
Constructor
new AgentError(
message,options?):AgentError
Defined in: core/errors.ts:54
Parameters
message
string
options?
cause?
Error
severity?
Returns
AgentError
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