# FilteredListingError

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

Why a filtered listing failed.

Two independent things can go wrong, and collapsing them would hide which:
tmux can refuse the listing, and a regular expression in the filter can
exhaust its budget while the results are being narrowed.

Shaped like ``OutputWaitError`` for the same reason it is — a caller that
only cares about one of the two should not have to unwrap a string.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `localizedDescription` (property): Retrieve the localized description for this error.
- `tmux(_:)` (constant)
- `matching(_:)` (constant)
