---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/variables/E_ISOLATED_TERMINATED.md'
description: >-
  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.
---

# Variable: E\_ISOLATED\_TERMINATED

```ts
const E_ISOLATED_TERMINATED: CreatedException<[string]>;
```

Defined in: [src/batteries/isolation/exceptions.ts:68](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/exceptions.ts#L68)

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.
