# error.ServerConfigurationErrorKind

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

## Members

- `ConflictingSocketSelectors` (constant) — A socket name and an explicit socket path were both configured.
- `InvalidSocketName` (constant) — A socket name was not one non-empty path component.
- `InvalidSocketPath` (constant) — An explicit socket path was empty or contained a NUL byte.
- `InvalidConfigPath` (constant) — A config path was empty or contained a NUL byte.
- `InvalidColorMode` (constant) — The requested color mode was neither 88 nor 256 colors.
- `WorkingDirectoryUnavailable` (constant) — The process working directory could not be captured.
- `SocketRootUnavailable` (constant) — A stable socket root could not be captured.
- `NotInsideTmux` (constant) — There is no `TMUX` variable, so this process is not inside tmux.
- `MalformedTmuxVariable` (constant) — The `TMUX` variable is present but is not tmux's triple.
