# errors.TmuxTransportError.signal

- **Module:** errors.TmuxTransportError
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/errors.ts#L219
- **Page:** https://libtmux.org/en/ts/latest/reference/errors-tmuxtransporterror-signal/

The signal that ended the process, when one did.

A plain string rather than Node's `NodeJS.Signals`: these declarations are
gated to compile with no ambient Node types, and a consumer compares this
against `"SIGKILL"` either way.
