libtmux Reference MCP Search
On this page

tmux.ControlNotificationError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/control_notification.go
struct tmux.ControlNotificationError
struct [source]
struct [source]
struct tmux.ControlNotificationError

ControlNotificationError reports where a control-mode notification failed validation without retaining or disclosing the notification contents. Callers can use errors.Is with Category or errors.As to inspect its secret-safe location metadata. Category is ErrMalformedControlNotification or ErrUnknownControlNotification.

5 declared, 0 inherited

Members

  • Category attribute Category is ErrMalformedControlNotification or ErrUnknownControlNotification.
  • Offset attribute Offset is the byte offset of the malformed protocol element.
  • Reason attribute Reason describes the framing or vocabulary error without retaining input.
  • Error method Error implements error.
  • Unwrap method Unwrap makes ControlNotificationError compatible with its Category.
Esc

Type to search.