On this page
tmux.ControlNotificationOverflowError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/control_notification_queue.go
-
ControlNotificationOverflowError reports the backlog limit and the record that would have crossed it. The queued prefix remains available first.
5 declared, 0 inherited
Members
- LimitBytes attribute LimitBytes is the maximum retained payload and queue framing.
- NotificationBytes attribute NotificationBytes is the size of the first notification not retained.
- PendingBytes attribute PendingBytes is the unread payload and queue framing retained at overflow.
- Error method Error describes the bounded backlog without disclosing notification data.
- Unwrap method Unwrap makes ControlNotificationOverflowError compatible with ErrControlNotificationOverflow.