libtmux Reference MCP Search
On this page

tmux.VersionError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/version.go
struct tmux.VersionError
struct [source]
struct [source]
struct tmux.VersionError

VersionError reports a tmux version token that cannot be parsed. It matches ErrInvalidVersion through errors.Is; callers can recover Token with errors.As.

3 declared, 0 inherited

Members

  • Token attribute Token is the rejected tmux version text.
  • Error method Error implements error.
  • Unwrap method Unwrap makes VersionError compatible with ErrInvalidVersion.
Esc

Type to search.