Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

error.ControlModeErrorKind.InvalidSubscriptionName

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.