libtmux Reference MCP Search
On this page

tmux.VersionQueryError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_version.go
struct tmux.VersionQueryError
struct [source]
struct [source]
struct tmux.VersionQueryError

VersionQueryError reports an unsuccessful tmux -V probe. It matches ErrVersionQuery through 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

Members

  • Reason attribute Reason describes a malformed successful probe result, when applicable.
  • Result attribute Result contains the library-created error's exit code and no diagnostics.
  • Error method Error implements error.
  • Unwrap method Unwrap makes VersionQueryError compatible with ErrVersionQuery.
Esc

Type to search.