# errors.TmuxCommandFailureOptions

- **Module:** errors
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/errors.ts#L112
- **Page:** https://libtmux.org/en/ts/latest/reference/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.

## 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.
