On this page
error.ServerGoneKind
- Module
- error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
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.