On this page
tmux.VersionQueryError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_version.go
-
VersionQueryError reports an unsuccessful tmux -V probe. It matches
ErrVersionQuerythrough errors.Is; callers can recover its fields with errors.As. Library-created errors retain only the exit code; command arguments and output are omitted, although callers may construct values with other contents.
4 declared, 0 inherited