libtmux Reference MCP Search
On this page

QueryConstructionError

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/FilterExpr.swift
enum QueryConstructionError : enum QueryConstructionError
enum [source]
enum [source]
enum QueryConstructionError

Why a filter could not be built.

4 declared, 0 inherited

Members

  • invalidOperation(_:) constant The field and operator could not form a safe expression.
  • unknownField constant The key path does not name a filterable field of this model.
  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
  • localizedDescription property Retrieve the localized description for this error.
Esc

Type to search.