# formats.row.FormatCodecError

- **Module:** formats.row
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/formats/row.rs#L320
- **Page:** https://libtmux.org/reference/rs/formats-row-formatcodecerror/

## Members

- `empty_plan` (method) — Construct an empty-plan error without row metadata.
- `plan` (method) — Construct a trusted-static plan error.
- `typed` (method) — Construct a typed decoder or required-empty failure.
- `row_mismatch` (method) — Construct a structural row mismatch from scalar coordinates.
- `purpose_mismatch` (method) — Construct a purpose or placement mismatch.
- `kind` (method) — Return the stable error category.
- `phase` (method) — Return the parser or decoder phase.
- `row` (method) — Return the zero-based row coordinate.
- `field` (method) — Return the zero-based field coordinate.
- `field_name` (method) — Return the trusted static field name.
- `expected` (method) — Return the expected decoder when decoding failed.
- `offset` (method) — Return the absolute raw stdout offset.
- `profile` (method) — Return the implicated list profile.
