# error.Error.ServerGone

- **Module:** error.Error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/error.rs#L944
- **Page:** https://libtmux.org/en/rs/latest/reference/error-error-servergone/

The tmux server the command needed was not there.

tmux exits 1 for this and for a command it refused, and separates them
only in stderr, so this is read from the message rather than the
status. [`ServerGoneKind`] says which way it was missing; the raw
stderr remains available only through [`crate::Server::cmd`].
