libtmux Reference MCP Search
On this page

error.ErrorKind

View as Markdown

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

10 declared, 0 inherited

Members

  • Decode constant tmux answered in a shape the crate could not read. Worth reporting.
  • InvalidInput constant The caller supplied inputs that cannot form a valid operation.
  • ObjectGone constant The object is not on the server. Look it up again, or create it.
  • PartialEffect constant tmux accepted an effectful step before a later part of the operation failed.
  • Refused constant The operation was refused before or by tmux.
  • ServerGone constant No tmux server answered. Start one, or name the socket that has it.
  • Timeout constant The operation did not finish in time.
  • Transport constant The process, connection, or executor carrying the command failed.
  • Unreachable constant tmux could not be run at all: not installed, or not where the server was told to look. Nothing about the request will change this.
  • UnsupportedVersion constant The tmux that answered is older than this crate supports.
Esc

Type to search.