bodhi-realtime-agent / InputTimeoutError
Class: InputTimeoutError
Defined in: agent/subagent-session.ts:20
Thrown when waitForInput() exceeds its timeout.
Extends
Constructors
Constructor
new InputTimeoutError(
timeoutMs):InputTimeoutError
Defined in: agent/subagent-session.ts:21
Parameters
timeoutMs
number
Returns
InputTimeoutError
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