# error.ControlModeErrorKind.TimedOut

- **Module:** error.ControlModeErrorKind
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/error.rs#L134
- **Page:** https://libtmux.org/reference/rs/error-controlmodeerrorkind-timedout/

The attach opening or a committed command exceeded its deadline.

A command's deadline starts before queue admission and runs until tmux
closes its response block. Once the connection commits the command for
writing, tmux may execute it. The connection ends rather than reuse a
possibly partial line, so this does not prove a mutation is safe to retry.
