bodhi-realtime-agent / FrameworkError
Class: FrameworkError
Defined in: core/errors.ts:11
Base error class for all framework errors. Carries a component tag and severity level for structured error handling. Supports cause chaining via the standard cause property.
Extends
Error
Extended by
CancelledErrorInputTimeoutErrorSessionCompletedErrorAgentErrorMemoryErrorSessionErrorToolExecutionErrorTransportErrorValidationError
Constructors
Constructor
new FrameworkError(
message,options):FrameworkError
Defined in: core/errors.ts:16
Parameters
message
string
options
cause?
Error
component
string
severity?
Returns
FrameworkError
Overrides
Error.constructor
Properties
cause?
readonlyoptionalcause:Error
Defined in: core/errors.ts:14
Overrides
Error.cause
component
readonlycomponent:string
Defined in: core/errors.ts:12
severity
readonlyseverity:ErrorSeverity
Defined in: core/errors.ts:13