libtmux Reference MCP Search
On this page

tmux.OptionValueError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/option_error.go
struct tmux.OptionValueError
struct [source]
struct [source]
struct tmux.OptionValueError

OptionValueError reports a rejected typed option value without retaining or rendering that value. It matches ErrInvalidOptionValue and ErrOption.

3 declared, 0 inherited

Members

  • Name attribute Name is the safe, generated tmux option name.
  • Error method Error implements error without disclosing the attempted value.
  • Unwrap method Unwrap makes OptionValueError compatible with ErrInvalidOptionValue.
Esc

Type to search.