> For the complete documentation index, see [llms.txt](https://zumo.fusion.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zumo.fusion.ac/api-reference/replay-events/replay-failed.md).

# replayFailed

Recording failed or was interrupted.

| Field                    | Type    | Description  |
| ------------------------ | ------- | ------------ |
| `botId`                  | string? | Worker id    |
| `mode`                   | string? | `"replay"`   |
| `timestamp`              | number  | Unix seconds |
| `requestId` / `replayId` | string? | Job ids      |
| `code`                   | string  | Error code   |
| `message`                | string  | Detail       |

Known codes: `invalid_replay`, `kicked`, `aborted`, `failed`, `not_ready`, `disconnected`, `shutdown`, `worker_gone`, `worker_disconnect`.
