# libtmux::ControlBlock::body_truncated

- **Module:** libtmux::ControlBlock
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/control.hpp#L69
- **Page:** https://libtmux.org/reference/cxx/libtmux-controlblock-body_truncated/

`body` holds the first `retained_reply_bytes` and stopped; `body_bytes` is how many there were.

Set rather than reported as an error because framing is the parser's job and judging the answer is the caller's: the rest of the reply is still drained, so the next command's reply is still attributable.
