Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

errors.TmuxCommandFailureOptions

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
errors
Package
libtmux
Source
packages/libtmux/src/errors.ts
interface errors.TmuxCommandFailureOptions
interface [source]
interface [source]
interface errors.TmuxCommandFailureOptions

What a failed tmux invocation reported, before it is turned into a message.

args excludes the connection flags this library adds, so it reads as the command a user would have typed.

5 declared, 0 inherited

Members

  • args property The full argument vector, without the connection flags.
  • exitCode property
  • stderr property
  • stdout property Whatever the command printed before it failed.
  • target property The -t target the command addressed, when it had one.
Esc

Type to search.