FilterLookupError
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/FilterLookup.swift
- enum FilterLookupError : enum FilterLookupError
-
Why a filter keyword could not be turned into a comparison.
Every case is a caller mistake caught before anything ran, so nothing was sent and nothing needs undoing. The associated value names the part that was wrong rather than repeating the whole keyword.
6 declared, 2 inherited
Members
- invalidRegularExpression(_:) constant
- missingValue constant
- operatorNotSupported(_:) constant
- unknownField(_:) constant
- unknownOperator(_:) constant
- valueNotOfFieldType(_:) 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.