Skip to content
1 min read · 36 words

Variable: E_ISOLATED_TERMINATED

ts
const E_ISOLATED_TERMINATED: CreatedException<[string]>;

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

Thrown to reject every in-flight call and error every open stream when an IsolatedService is disposed or recycled — the guest connection those calls/streams were bound to no longer exists.