# error.ControlModeErrorKind.InvalidSubscriptionName

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

A subscription name was empty, or contained a colon.

tmux splits the subscription argument on its first colon, so a name
carrying one names something other than what was asked for and takes
the rest of the request with it. Refused here rather than sent,
because tmux accepts the result and reports no error.
