On this page
exc.TmuxTransportError
- Module
- exc
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/exc.ts
-
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-sessionbecomes two.not_startedis 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.