# src.BuildError

- **Module:** src
- **Package:** tmux-workspace
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-workspace/src/lib.rs#L50
- **Page:** https://libtmux.org/en/rs/latest/workspace/reference/src-builderror/

A failure while building a workspace.

## Members

- `Config` (constant): The workspace configuration could not be read.
- `Tmux` (constant): tmux refused an operation, or could not be reached.
- `MissingInitialWindow` (constant): tmux created a session without the window it always creates.
- `Refused` (constant): tmux refused a step of the build.
- `SessionExists` (constant): A session with the requested name already exists.
