# error.ListingDecodeError.row

- **Module:** error.ListingDecodeError
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/error.rs#L1099
- **Page:** https://libtmux.org/en/rs/latest/reference/error-listingdecodeerror-row/

```
error.ListingDecodeError.row(self) -> Option<usize>
```

Return the zero-based row that failed, when the failure reached a row.

Plan-construction failures happen before any row is read and report
`None`.
