libtmux Reference MCP Search
On this page

error.ServerGoneKind

View as Markdown

Module
error
Package
libtmux
Source
crates/libtmux/src/error.rs
enum error.ServerGoneKind
enumoverload [source]
enumoverload [source]
enum error.ServerGoneKind

4 declared, 0 inherited

Members

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

Type to search.