FormatDecodingError
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/TmuxError.swift
- enum FormatDecodingError : enum FormatDecodingError
-
A tmux reply that did not match its projection.
Each case names the row it failed on, so a caller can attribute a failure to one object rather than discarding the whole listing.
3 declared, 2 inherited
Members
- fieldCountMismatch(rowIndex:expected:actual:) constant
- invalidEncoding(rowIndex:) constant
- invalidValue(rowIndex:field:raw:) 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.