FilteredListingError
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilteredListings.swift
- enum FilteredListingError : enum 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
OutputWaitErrorfor the same reason it is — a caller that only cares about one of the two should not have to unwrap a string.
2 declared, 2 inherited
Members
- matching(_:) constant
- tmux(_:) constant
Inherited members
Reached through Equatable.!=(_:_:), Error.localizedDescription.
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- localizedDescription Error.localizedDescription Retrieve the localized description for this error.