On this page
tmux.ControlNotificationError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/control_notification.go
-
ControlNotificationError reports where a control-mode notification failed validation without retaining or disclosing the notification contents. Callers can use
errors.Iswith Category orerrors.Asto inspect its secret-safe location metadata. Category isErrMalformedControlNotificationorErrUnknownControlNotification.
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.