---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/variables/E_ISOLATED_CRASHED.md'
description: >-
  Thrown by `IsolatedService` calls made (or in flight) after the guest crashed
  and `autoRespawn`/manual `recycle()` has not yet brought it back. Printf arg:
  the service name.
---

# Variable: E\_ISOLATED\_CRASHED

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

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

Thrown by `IsolatedService` calls made (or in flight) after the guest crashed and
`autoRespawn`/manual `recycle()` has not yet brought it back. Printf arg: the service name.
