Skip to content

bodhi-realtime-agent / CancelledError

Class: CancelledError

Defined in: agent/subagent-session.ts:12

Thrown when a SubagentSession is cancelled (user disconnect, agent transfer, explicit cancel).

Extends

Constructors

Constructor

new CancelledError(message): CancelledError

Defined in: agent/subagent-session.ts:13

Parameters

message

string = 'Subagent session cancelled'

Returns

CancelledError

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