libtmux Reference MCP Search
On this page

error.ControlModeErrorKind.InvalidSubscriptionName

View as Markdown

Module
error
Declared in
ControlModeErrorKind
Package
libtmux
Source
crates/libtmux/src/error.rs
InvalidSubscriptionName
constant [source]
constant [source]
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.

0 declared, 0 inherited

Esc

Type to search.