Skip to content

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

Constructors

Constructor

new FrameworkError(message, options): FrameworkError

Defined in: core/errors.ts:16

Parameters

message

string

options
cause?

Error

component

string

severity?

ErrorSeverity

Returns

FrameworkError

Overrides

Error.constructor

Properties

cause?

readonly optional cause: Error

Defined in: core/errors.ts:14

Overrides

Error.cause


component

readonly component: string

Defined in: core/errors.ts:12


severity

readonly severity: ErrorSeverity

Defined in: core/errors.ts:13

Built with VitePress