# exc.TmuxCommandFailureOptions

- **Module:** exc
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/exc.ts#L112
- **Page:** https://libtmux.org/reference/ts/exc-tmuxcommandfailureoptions/

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