Skip to content

bodhi-realtime-agent / ErrorSeverity

Type Alias: ErrorSeverity

ErrorSeverity = "warn" | "error" | "fatal"

Defined in: core/errors.ts:4

Severity level for framework errors, used by the onError hook.

Built with VitePress