tmux.ControlNotificationError
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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.
- 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.