# errors.TmuxTransportErrorOptions

- **Module:** errors
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/errors.ts#L244
- **Page:** https://libtmux.org/en/ts/latest/reference/errors-tmuxtransporterroroptions/

What the transport observed when a command did not come back.

`delivery` says how far the command got, which is the part a caller needs
to decide whether retrying is safe.

## Members

- `delivery` (property)
- `kind` (property)
- `signal` (property)
- `stderr` (property)
- `stdout` (property)
