Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

error.Error.ServerGone

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
error
Declared in
Error
Package
libtmux
Source
crates/libtmux/src/error.rs
ServerGone
constant [source]
constant [source]
ServerGone

The tmux server the command needed was not there.

tmux exits 1 for this and for a command it refused, and separates them only in stderr, so this is read from the message rather than the status. ServerGoneKind says which way it was missing; the raw stderr remains available only through crate::Server::cmd .

0 declared, 0 inherited

Esc

Type to search.