src.BuildError
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
A failure while building a workspace.
Discussed in Rust workspace builder API
Members
-
The workspace configuration could not be read.
-
tmux refused an operation, or could not be reached.
-
tmux created a session without the window it always creates.
This cannot be reported as a libtmux error: its variants are
#[non_exhaustive], so only that crate constructs them. A consumer describes its own failures in its own vocabulary.
-
tmux refused a step of the build.
-
A session with the requested name already exists.
Building into an existing session would interleave windows with whatever is already there, so it is refused rather than guessed at.
Discussed in Rust workspace builder behavior