Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.ControlProtocolError

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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

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

Type to search.