error.Error.UnsupportedCapability
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- error
- Declared in
- Error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
The running tmux is too old for a capability the caller asked for.
Distinct from
Error::UnsupportedTmuxVersion, which is about the crate's own floor: this one says the crate works here and the *feature* does not. tmux itself would usually accept the flag and quietly ignore it, which turns "your tmux is too old" into "the command did nothing", so it is reported rather than passed through.
0 declared, 0 inherited