On this page
QueryConstructionError
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilterExpr.swift
- enum QueryConstructionError : 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.