# FormatDecodingError

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/TmuxError.swift#L80
- **Page:** https://libtmux.org/en/swift/latest/reference/formatdecodingerror/

A tmux reply that did not match its projection.

Each case names the row it failed on, so a caller can attribute a failure to
one object rather than discarding the whole listing.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `localizedDescription` (property): Retrieve the localized description for this error.
- `fieldCountMismatch(rowIndex:expected:actual:)` (constant)
- `invalidEncoding(rowIndex:)` (constant)
- `invalidValue(rowIndex:field:raw:)` (constant)
