Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

FilteredListingError

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/FilteredListings.swift
enum FilteredListingError : enum FilteredListingError
enum [source]
enum [source]
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 OutputWaitError for 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

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.
Esc

Type to search.