libtmux Reference MCP Search
On this page

exc.TmuxTransportError

View as Markdown

Module
exc
Package
@libtmux/libtmux
Source
packages/libtmux/src/exc.ts
class exc.TmuxTransportError
class [source]
class [source]
class exc.TmuxTransportError

A command did not complete, and this is how far it got.

The reason this is on the error rather than inferred from it: after a timeout, "did tmux run this?" has no default answer, and retrying a mutation that already applied is how one kill-session becomes two. not_started is the only status a caller may retry blindly.

Discussed in Errors and exceptions

8 declared, 0 inherited

Members

  • #stderr attribute
  • #stdout attribute
  • delivery attribute How far the command got before this failure.
  • kind attribute Which part of reaching tmux failed.
  • signal attribute The signal that ended the process, when one did.
  • constructor method
  • stderr method Whatever tmux wrote to stderr before the failure, copied.
  • stdout method Whatever tmux wrote to stdout before the failure, copied.
Esc

Type to search.