On this page
tmux.VersionTooLowError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_version.go
-
VersionTooLowError reports the installed and required tmux feature levels. It matches
ErrVersionTooLowthrough errors.Is; callers can recover its fields with errors.As.Subcommand and Feature are set when one optional capability within a command was refused rather than the command itself, which is what
UnsupportedPolicygoverns.
6 declared, 0 inherited
Members
- Current attribute Current is the installed tmux feature level.
- Feature attribute Feature names the refused optional capability. Empty when the command itself is below its floor.
- Minimum attribute Minimum is the requested minimum feature level.
- Subcommand attribute Subcommand names the tmux subcommand whose optional capability was refused. Empty when the command itself is below its floor.
- Error method Error implements error.
- Unwrap method Unwrap makes VersionTooLowError compatible with ErrVersionTooLow.