On this page
error.ServerConfigurationErrorKind
- Module
- error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
9 declared, 0 inherited
Members
- ConflictingSocketSelectors constant A socket name and an explicit socket path were both configured.
- InvalidColorMode constant The requested color mode was neither 88 nor 256 colors.
- InvalidConfigPath constant A config path was empty or contained a NUL byte.
- 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.
- MalformedTmuxVariable constant The
TMUXvariable is present but is not tmux's triple. - NotInsideTmux constant There is no
TMUXvariable, so this process is not inside tmux. - SocketRootUnavailable constant A stable socket root could not be captured.
- WorkingDirectoryUnavailable constant The process working directory could not be captured.