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

Go API

Go documentation

tmux.ControlNotificationError

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_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.
  • Error method Error implements error.
  • Offset attribute Offset is the byte offset of the malformed protocol element.
  • Reason attribute Reason describes the framing or vocabulary error without retaining input.
  • Unwrap method Unwrap makes ControlNotificationError compatible with its Category.
Esc

Type to search.