# error.Error.ServerGenerationChanged

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

A different tmux daemon now holds this endpoint.

The socket path is unchanged, so nothing about the address says the
server was replaced. Ids are reissued from the start by the
replacement, so a handle held across the restart names an object that
exists and is not the one it meant.
