On this page
error.ControlModeErrorKind
- Module
- error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
Discussed in Errors and exceptions
8 declared, 0 inherited
Members
- Closed constant The connection closed before the command was answered.
- DispatchTimedOut constant A command's deadline elapsed before it was committed for writing.
- InvalidSubscriptionName constant A subscription name was empty, or contained a colon.
- MissingPipes constant tmux started without giving the crate the pipes it asked for.
- TimedOut constant The attach opening or a committed command exceeded its deadline.
- Transport constant The live control connection could not read from or write to its pipes.
- Unread constant The caller stopped reading events, so the connection could not reach this command's reply.
- UnrepresentableCommand constant The command contains an argument no control-mode line can carry.