On this page
tmux.OptionDecodeError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_decode.go
-
OptionDecodeError reports a malformed recognized record without retaining its value. It matches
ErrMalformedOptionOutputthrough errors.Is; callers can recover Record and Reason with errors.As. Record is the zero-based physical output line.
4 declared, 0 inherited