---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/type-aliases/IsolationReportPhase.md
description: The coarse phase groups an isolation report can belong to.
---

# Type Alias: IsolationReportPhase

```ts
type IsolationReportPhase =
  | "spawn:start"
  | "spawn:ready"
  | "spawn:error"
  | "dispose:start"
  | "dispose:done"
  | "recycle:start"
  | "recycle:done"
  | "crash"
  | "respawn:auto"
  | "call:start"
  | "call:settle"
  | "stream:start"
  | "stream:end"
  | "stream:error"
  | "stream:cancel"
  | "abort:sent"
  | "wire:out"
  | "wire:in"
  | "codec:escalate";
```

Defined in: [src/batteries/isolation/observability.ts:18](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/observability.ts#L18)

The coarse phase groups an isolation report can belong to.
