# builder.WorkspaceApplyError

- **Module:** builder
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/workspace/src/builder.ts#L74
- **Page:** https://libtmux.org/reference/ts/builder-workspaceapplyerror/

Applying stopped after tmux may already have changed.

`completed` records whole high-level milestones. The failed stage itself may
be partial because mutations are not transactions and transport failure may
leave delivery indeterminate. `requiresReplan` asks callers to rediscover
session, window, and pane structure; it says nothing about command effects.

## Members

- `completed` (attribute)
- `failed` (attribute)
- `requiresReplan` (attribute)
- `constructor` (method)
