Skip to content
1 min read · 47 words

Variable: E_INVALID_ISOLATION_OPTIONS

ts
const E_INVALID_ISOLATION_OPTIONS: CreatedException<[string]>;

Defined in: src/batteries/isolation/exceptions.ts:93

Thrown when an isolation battery options bag (spec input, host options, codec options, crash-policy options) fails eager validation — e.g. an unknown top-level key, or a duplicate name across a spec's methods/streams/events. Fatal: config bugs fail loud, not at first use.