tmux.ControlNotificationOverflowError
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_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
- Error method Error describes the bounded backlog without disclosing notification data.
- 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.
- Unwrap method Unwrap makes ControlNotificationOverflowError compatible with ErrControlNotificationOverflow.