On this page
test.TestServerErrorKind
- Module
- test
- Package
- libtmux
- Source
- crates/libtmux/src/test.rs
10 declared, 0 inherited
Members
- CleanupFailed constant Fixed-entry removal or owned-directory removal could not be proved.
- DaemonExited constant The foreground daemon exited before readiness completed.
- DaemonPidMismatch constant The daemon reported a different PID than the retained child.
- DaemonSpawnFailed constant Starting the foreground tmux daemon failed.
- ExecutableNotFound constant The configured tmux executable was not found.
- FilesystemSetupFailed constant The owned directory or empty configuration file could not be prepared.
- ReadinessProbeFailed constant The readiness probe could not be issued or returned malformed output.
- ShutdownFailed constant Startup rollback or shutdown could not terminate or wait for the daemon, close the client executor, or complete its blocking lifecycle waiter.
- SocketPathTooLong constant The generated Unix socket path cannot carry tmux's C-string terminator.
- StartupTimedOut constant Startup did not become ready before the configured deadline.