libtmux Reference MCP Search
On this page

tmux.ControlProtocolError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/control_protocol.go
struct tmux.ControlProtocolError
struct [source]
struct [source]
struct tmux.ControlProtocolError

ControlProtocolError reports a control-stream state violation without retaining or disclosing command output or notification contents. It matches ErrControlProtocol through errors.Is.

4 declared, 0 inherited

Members

  • Reason attribute Reason describes the structural violation without quoting input.
  • State attribute State is the parser state in which the violation occurred.
  • Error method Error implements error.
  • Unwrap method Unwrap makes ControlProtocolError compatible with ErrControlProtocol.
Esc

Type to search.