# error.ServerGoneKind

- **Module:** error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/error.rs#L254
- **Page:** https://libtmux.org/reference/rs/error-servergonekind/

## Members

- `NotRunning` (constant) — Nothing was listening on the socket.
- `Unreachable` (constant) — The socket was there and the connection to it failed.
- `Lost` (constant) — The connection was lost with the command in flight, which is a server that crashed or was killed.
- `Stopped` (constant) — The server shut down with the command in flight.
