libtmux Reference MCP Search
On this page

tmux.OptionDecodeError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/option_decode.go
struct tmux.OptionDecodeError
struct [source]
struct [source]
struct tmux.OptionDecodeError

OptionDecodeError reports a malformed recognized record without retaining its value. It matches ErrMalformedOptionOutput through errors.Is; callers can recover Record and Reason with errors.As. Record is the zero-based physical output line.

4 declared, 0 inherited

Members

  • Reason attribute Reason describes the malformed record without retaining its value.
  • Record attribute Record is the zero-based physical output line.
  • Error method Error implements error.
  • Unwrap method Unwrap makes OptionDecodeError compatible with ErrMalformedOptionOutput.
Esc

Type to search.