# error.Error.OutputLimitExceeded

- **Module:** error.Error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/error.rs#L560
- **Page:** https://libtmux.org/en/rs/latest/reference/error-error-outputlimitexceeded/

tmux produced more output than the dispatch was allowed to read.

Not a truncation. A shortened tmux listing decodes cleanly and says
something false -- fewer panes than exist -- so the dispatch fails
instead, and the caller either asks tmux for less or raises
[`crate::OutputLimits`].
