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

QueryConstructionError

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/FilterExpr.swift
enum QueryConstructionError : enum QueryConstructionError
enum [source]
enum [source]
enum QueryConstructionError

Why a filter could not be built.

2 declared, 2 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.

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.